HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 1 - 25 of 1152) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
ParcelFormatException.java 28 public ParcelFormatException(String reason) {
29 super(reason);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertException.java 30 private final SSLException reason; field in class:AlertException
38 * @param reason The SSLException to be thrown to application side after alert processing
42 protected AlertException(byte description, SSLException reason) {
43 super(reason);
44 this.reason = reason;
49 * Returns the reason of alert. This reason should be rethrown after alert processing.
51 * @return the reason of alert.
54 return reason;
    [all...]
Message.java 57 * @param reason
59 protected void fatalAlert(byte description, String reason) {
60 throw new AlertException(description, new SSLHandshakeException(reason));
66 * @param reason
69 protected void fatalAlert(byte description, String reason, Throwable cause) {
70 throw new AlertException(description, new SSLException(reason, cause));
  /libcore/luni/src/main/java/java/sql/
SQLDataException.java 30 * Creates an SQLDataException object. The Reason string is set to null, the
38 * Creates an SQLDataException object. The Reason string is set to the given
39 * reason string, the SQLState string is set to null and the Error Code is
42 * @param reason
43 * the string to use as the Reason string
45 public SQLDataException(String reason) {
46 super(reason, null, 0);
50 * Creates an SQLDataException object. The Reason string is set to the given
51 * reason string, the SQLState string is set to the given SQLState string
54 * @param reason
    [all...]
SQLFeatureNotSupportedException.java 29 * Creates an SQLFeatureNotSupportedException object. The Reason string is
38 * Creates an SQLFeatureNotSupportedException object. The Reason string is
39 * set to the given reason string, the SQLState string is set to null and
42 * @param reason
43 * the string to use as the Reason string
45 public SQLFeatureNotSupportedException(String reason) {
46 super(reason, null, 0);
50 * Creates an SQLFeatureNotSupportedException object. The Reason string is
51 * set to the given reason string, the SQLState string is set to the given
54 * @param reason
    [all...]
SQLIntegrityConstraintViolationException.java 31 * Creates an SQLIntegrityConstraintViolationException object. The Reason
40 * Creates an SQLIntegrityConstraintViolationException object. The Reason
41 * string is set to the given reason string, the SQLState string is set to
44 * @param reason
45 * the string to use as the Reason string
47 public SQLIntegrityConstraintViolationException(String reason) {
48 super(reason, null, 0);
52 * Creates an SQLIntegrityConstraintViolationException object. The Reason
53 * string is set to the given reason string, the SQLState string is set to
56 * @param reason
    [all...]
SQLInvalidAuthorizationSpecException.java 31 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
40 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
41 * is set to the given reason string, the SQLState string is set to null and
44 * @param reason
45 * the string to use as the Reason string
47 public SQLInvalidAuthorizationSpecException(String reason) {
48 super(reason, null, 0);
52 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
53 * is set to the given reason string, the SQLState string is set to the
56 * @param reason
    [all...]
SQLNonTransientConnectionException.java 31 * Creates an SQLNonTransientConnectionException object. The Reason string
40 * Creates an SQLNonTransientConnectionException object. The Reason string
41 * is set to the given reason string, the SQLState string is set to null and
44 * @param reason
45 * the string to use as the Reason string
47 public SQLNonTransientConnectionException(String reason) {
48 super(reason, null, 0);
52 * Creates an SQLNonTransientConnectionException object. The Reason string
53 * is set to the given reason string, the SQLState string is set to the
56 * @param reason
    [all...]
SQLNonTransientException.java 25 * Creates an SQLNonTransientException object. The Reason string is set to
33 * Creates an SQLNonTransientException object. The Reason string is set to
34 * the given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLNonTransientException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLNonTransientException object. The Reason string is set to
46 * the given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLRecoverableException.java 25 * Creates an SQLRecoverableException object. The Reason string is set to
33 * Creates an SQLRecoverableException object. The Reason string is set to
34 * the given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLRecoverableException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLRecoverableException object. The Reason string is set to
46 * the given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLSyntaxErrorException.java 25 * Creates an SQLSyntaxErrorException object. The Reason string is set to
33 * Creates an SQLSyntaxErrorException object. The Reason string is set to
34 * the given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLSyntaxErrorException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLSyntaxErrorException object. The Reason string is set to
46 * the given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLTimeoutException.java 25 * Creates an SQLTimeoutException object. The Reason string is set to null,
33 * Creates an SQLTimeoutException object. The Reason string is set to the
34 * given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLTimeoutException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLTimeoutException object. The Reason string is set to the
46 * given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
SQLTransactionRollbackException.java 25 * Creates an SQLTransactionRollbackException object. The Reason string is
34 * Creates an SQLTransactionRollbackException object. The Reason string is
35 * set to the given reason string, the SQLState string is set to null and
38 * @param reason
39 * the string to use as the Reason string
41 public SQLTransactionRollbackException(String reason) {
42 super(reason, null, 0);
46 * Creates an SQLTransactionRollbackException object. The Reason string is
47 * set to the given reason string, the SQLState string is set to the given
50 * @param reason
    [all...]
SQLTransientConnectionException.java 25 * Creates an SQLTransientConnectionException object. The Reason string is
34 * Creates an SQLTransientConnectionException object. The Reason string is
35 * set to the given reason string, the SQLState string is set to null and
38 * @param reason
39 * the string to use as the Reason string
41 public SQLTransientConnectionException(String reason) {
42 super(reason, null, 0);
46 * Creates an SQLTransientConnectionException object. The Reason string is
47 * set to the given reason string, the SQLState string is set to the given
50 * @param reason
    [all...]
SQLTransientException.java 25 * Creates an SQLTransientException object. The Reason string is set to
33 * Creates an SQLTransientException object. The Reason string is set to the
34 * given reason string, the SQLState string is set to null and the Error
37 * @param reason
38 * the string to use as the Reason string
40 public SQLTransientException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLTransientException object. The Reason string is set to the
46 * given reason string, the SQLState string is set to the given SQLState
49 * @param reason
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 86 int reason)
88 super(reason);
92 DEREnumerated reason)
94 super(reason.getValue().intValue());
100 int reason = getValue().intValue(); local
101 if (reason < 0 || reason > 10)
107 str = reasonString[reason];
  /libcore/luni/src/main/java/javax/net/ssl/
SSLHandshakeException.java 31 * @param reason
34 public SSLHandshakeException(String reason) {
35 super(reason);
SSLKeyException.java 30 * @param reason
33 public SSLKeyException(String reason) {
34 super(reason);
SSLPeerUnverifiedException.java 32 * @param reason
35 public SSLPeerUnverifiedException(String reason) {
36 super(reason);
SSLProtocolException.java 31 * @param reason
34 public SSLProtocolException(String reason) {
35 super(reason);
  /dalvik/vm/alloc/
DdmHeap.h 27 void dvmDdmSendHeapInfo(int reason, bool shouldLock);
  /libcore/luni/src/main/java/java/net/
URISyntaxException.java 39 * @param reason
40 * the reason why the exception occurred.
44 * if one of the arguments {@code input} or {@code reason} is
49 public URISyntaxException(String input, String reason, int index) {
50 super(reason);
52 if (input == null || reason == null) {
70 * @param reason
71 * the reason why the exception occurred.
73 * if one of the arguments {@code input} or {@code reason} is
76 public URISyntaxException(String input, String reason) {
125 String reason = super.getMessage(); local
    [all...]
  /external/proguard/src/proguard/shrink/
ShortestUsageMark.java 39 private final String reason; field in class:ShortestUsageMark
47 * @param reason the reason for this mark.
49 public ShortestUsageMark(String reason)
52 this.reason = reason;
60 * @param reason the reason for this mark.
64 String reason,
68 this(previousUsageMark, reason, cost, clazz, null)
    [all...]
  /frameworks/base/core/java/android/app/
IActivityWatcher.aidl 26 void closingSystemDialogs(String reason);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.5-3.js 54 testcases[0].reason += " Object == null" ;
57 testcases[0].reason += " Function == null";
60 testcases[0].reason += " String == null";
63 testcases[0].reason += " Array == null";
66 testcases[0].reason += " Function == null";
69 testcases[0].reason += " Math == null";
72 testcases[0].reason += " Boolean == null";
75 testcases[0].reason += " Date == null";
79 testcases[0].reason += " NaN == null";
82 testcases[0].reason += " Infinity == null"
    [all...]

Completed in 2422 milliseconds

1 2 3 4 5 6 7 8 91011>>