HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 1 - 25 of 1534) 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...]
  /libcore/luni/src/main/java/java/sql/
SQLDataException.java 30 * Creates an SQLDataException object. The Reason string is set to null, the
37 * Creates an SQLDataException object. The Reason string is set to the given
38 * reason string, the SQLState string is set to null and the Error Code is
41 * @param reason
42 * the string to use as the Reason string
44 public SQLDataException(String reason) {
45 super(reason, null, 0);
49 * Creates an SQLDataException object. The Reason string is set to the given
50 * reason string, the SQLState string is set to the given SQLState string
53 * @param reason
    [all...]
SQLFeatureNotSupportedException.java 29 * Creates an SQLFeatureNotSupportedException object. The Reason string is
37 * Creates an SQLFeatureNotSupportedException object. The Reason string is
38 * set to the given reason string, the SQLState string is set to null and
41 * @param reason
42 * the string to use as the Reason string
44 public SQLFeatureNotSupportedException(String reason) {
45 super(reason, null, 0);
49 * Creates an SQLFeatureNotSupportedException object. The Reason string is
50 * set to the given reason string, the SQLState string is set to the given
53 * @param reason
    [all...]
SQLIntegrityConstraintViolationException.java 31 * Creates an SQLIntegrityConstraintViolationException object. The Reason
39 * Creates an SQLIntegrityConstraintViolationException object. The Reason
40 * string is set to the given reason string, the SQLState string is set to
43 * @param reason
44 * the string to use as the Reason string
46 public SQLIntegrityConstraintViolationException(String reason) {
47 super(reason, null, 0);
51 * Creates an SQLIntegrityConstraintViolationException object. The Reason
52 * string is set to the given reason string, the SQLState string is set to
55 * @param reason
    [all...]
SQLInvalidAuthorizationSpecException.java 31 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
39 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
40 * is set to the given reason string, the SQLState string is set to null and
43 * @param reason
44 * the string to use as the Reason string
46 public SQLInvalidAuthorizationSpecException(String reason) {
47 super(reason, null, 0);
51 * Creates an SQLInvalidAuthorizationSpecException object. The Reason string
52 * is set to the given reason string, the SQLState string is set to the
55 * @param reason
    [all...]
SQLNonTransientConnectionException.java 31 * Creates an SQLNonTransientConnectionException object. The Reason string
39 * Creates an SQLNonTransientConnectionException object. The Reason string
40 * is set to the given reason string, the SQLState string is set to null and
43 * @param reason
44 * the string to use as the Reason string
46 public SQLNonTransientConnectionException(String reason) {
47 super(reason, null, 0);
51 * Creates an SQLNonTransientConnectionException object. The Reason string
52 * is set to the given reason string, the SQLState string is set to the
55 * @param reason
    [all...]
SQLNonTransientException.java 25 * Creates an SQLNonTransientException object. The Reason string is set to
32 * Creates an SQLNonTransientException object. The Reason string is set to
33 * the given reason string, the SQLState string is set to null and the Error
36 * @param reason
37 * the string to use as the Reason string
39 public SQLNonTransientException(String reason) {
40 super(reason, null, 0);
44 * Creates an SQLNonTransientException object. The Reason string is set to
45 * the given reason string, the SQLState string is set to the given SQLState
48 * @param reason
    [all...]
SQLRecoverableException.java 25 * Creates an SQLRecoverableException object. The Reason string is set to
32 * Creates an SQLRecoverableException object. The Reason string is set to
33 * the given reason string, the SQLState string is set to null and the Error
36 * @param reason
37 * the string to use as the Reason string
39 public SQLRecoverableException(String reason) {
40 super(reason, null, 0);
44 * Creates an SQLRecoverableException object. The Reason string is set to
45 * the given reason string, the SQLState string is set to the given SQLState
48 * @param reason
    [all...]
SQLSyntaxErrorException.java 25 * Creates an SQLSyntaxErrorException object. The Reason string is set to
32 * Creates an SQLSyntaxErrorException object. The Reason string is set to
33 * the given reason string, the SQLState string is set to null and the Error
36 * @param reason
37 * the string to use as the Reason string
39 public SQLSyntaxErrorException(String reason) {
40 super(reason, null, 0);
44 * Creates an SQLSyntaxErrorException object. The Reason string is set to
45 * the given reason string, the SQLState string is set to the given SQLState
48 * @param reason
    [all...]
SQLTimeoutException.java 25 * Creates an SQLTimeoutException object. The Reason string is set to null,
32 * Creates an SQLTimeoutException object. The Reason string is set to the
33 * given reason string, the SQLState string is set to null and the Error
36 * @param reason
37 * the string to use as the Reason string
39 public SQLTimeoutException(String reason) {
40 super(reason, null, 0);
44 * Creates an SQLTimeoutException object. The Reason string is set to the
45 * given reason string, the SQLState string is set to the given SQLState
48 * @param reason
    [all...]
SQLTransactionRollbackException.java 25 * Creates an SQLTransactionRollbackException object. The Reason string is
33 * Creates an SQLTransactionRollbackException object. The Reason string is
34 * set to the given reason string, the SQLState string is set to null and
37 * @param reason
38 * the string to use as the Reason string
40 public SQLTransactionRollbackException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLTransactionRollbackException object. The Reason string is
46 * set to the given reason string, the SQLState string is set to the given
49 * @param reason
    [all...]
SQLTransientConnectionException.java 25 * Creates an SQLTransientConnectionException object. The Reason string is
33 * Creates an SQLTransientConnectionException object. The Reason string is
34 * set to the given reason string, the SQLState string is set to null and
37 * @param reason
38 * the string to use as the Reason string
40 public SQLTransientConnectionException(String reason) {
41 super(reason, null, 0);
45 * Creates an SQLTransientConnectionException object. The Reason string is
46 * set to the given reason string, the SQLState string is set to the given
49 * @param reason
    [all...]
SQLTransientException.java 25 * Creates an SQLTransientException object. The Reason string is set to
32 * Creates an SQLTransientException object. The Reason string is set to the
33 * given reason string, the SQLState string is set to null and the Error
36 * @param reason
37 * the string to use as the Reason string
39 public SQLTransientException(String reason) {
40 super(reason, null, 0);
44 * Creates an SQLTransientException object. The Reason string is set to the
45 * given reason string, the SQLState string is set to the given SQLState
48 * @param reason
    [all...]
  /frameworks/volley/src/com/android/volley/
NoConnectionError.java 28 public NoConnectionError(Throwable reason) {
29 super(reason);
  /libcore/luni/src/main/java/javax/net/ssl/
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);
SSLHandshakeException.java 31 public SSLHandshakeException(String reason) {
32 super(reason);
47 public SSLHandshakeException(String reason, Throwable cause) {
48 super(reason, cause);
  /dalvik/vm/alloc/
DdmHeap.h 27 void dvmDdmSendHeapInfo(int reason, bool shouldLock);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ConnectionMonitor.java 34 * @param reason Includes an indication why the socket was closed.
36 public void connectionLost(Throwable reason);
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
InvitationRequest.java 31 private String reason; field in class:InvitationRequest
33 public InvitationRequest(String inviter, String room, String reason) {
36 this.reason = reason;
48 return reason;
TransferRequest.java 31 private String reason; field in class:TransferRequest
33 public TransferRequest(String inviter, String room, String reason) {
36 this.reason = reason;
48 return reason;
  /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);
54 } else if (reason == null) {
55 throw new NullPointerException("reason == null");
72 * @param reason
73 * the reason why the exception occurred.
75 * if one of the arguments {@code input} or {@code reason} i
129 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...]

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 91011>>