HomeSort by relevance Sort by last modified time
    Searched refs:cause (Results 201 - 225 of 3404) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/keystore/java/android/security/keystore/
UserNotAuthenticatedException.java 28 * Constructs a new {@code UserNotAuthenticatedException} without detail message and cause.
36 * no cause.
44 * cause.
46 public UserNotAuthenticatedException(String message, Throwable cause) {
47 super(message, cause);
UserPresenceUnavailableException.java 27 * Constructs a {@code UserPresenceUnavailableException} without a detail message or cause.
35 * but no cause.
43 * and cause.
45 public UserPresenceUnavailableException(String message, Throwable cause) {
46 super(message, cause);
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
RecoverableKeyStorageException.java 32 public RecoverableKeyStorageException(String message, Throwable cause) {
33 super(message, cause);
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotParserException.java 25 public KeyChainSnapshotParserException(String message, Throwable cause) {
26 super(message, cause);
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
TimeoutRuntimeException.java 30 public TimeoutRuntimeException(String message, Throwable cause) {
31 super(message, cause);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpressionException.java 39 * <p>The <code>cause</code> is not initialized.</p>
50 * <p>Constructs a new <code>XPathExpressionException</code> with the specified <code>cause</code>.</p>
52 * <p>If <code>cause</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
54 * @param cause The cause.
56 * @throws NullPointerException if <code>cause</code> is <code>null</code>.
58 public XPathExpressionException(Throwable cause) {
59 super(cause);
XPathFactoryConfigurationException.java 39 * <p>The <code>cause</code> is not initialized.</p>
50 * <p>Constructs a new <code>XPathFactoryConfigurationException</code> with the specified <code>cause</code>.</p>
52 * <p>If <code>cause</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
54 * @param cause The cause.
56 * @throws NullPointerException if <code>cause</code> is <code>null</code>.
58 public XPathFactoryConfigurationException(Throwable cause) {
59 super(cause);
XPathFunctionException.java 39 * <p>The <code>cause</code> is not initialized.</p>
50 * <p>Constructs a new <code>XPathFunctionException</code> with the specified <code>cause</code>.</p>
52 * <p>If <code>cause</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
54 * @param cause The cause.
56 * @throws NullPointerException if <code>cause</code> is <code>null</code>.
58 public XPathFunctionException(Throwable cause) {
59 super(cause);
  /libcore/ojluni/src/main/java/java/lang/
LinkageError.java 60 * message and cause.
63 * @param cause the cause, may be {@code null}
66 public LinkageError(String s, Throwable cause) {
67 super(s, cause);
TypeNotPresentException.java 53 * with the specified cause.
56 * @param cause the exception that was thrown when the system attempted to
59 public TypeNotPresentException(String typeName, Throwable cause) {
60 super("Type " + typeName + " not present", cause);
  /libcore/ojluni/src/main/java/java/net/
BindException.java 58 public BindException(String msg, Throwable cause) {
59 super(msg, cause);
ConnectException.java 58 public ConnectException(String msg, Throwable cause) {
59 super(msg, cause);
PortUnreachableException.java 56 public PortUnreachableException(String msg, Throwable cause) {
57 super(msg, cause);
  /libcore/ojluni/src/main/java/java/sql/
SQLDataException.java 45 * The <code>cause</code> is not initialized, and may subsequently be
62 * The <code>cause</code> is not initialized, and may subsequently be
79 * The <code>cause</code> is not initialized, and may subsequently be
96 * The <code>cause</code> is not initialized, and may subsequently be
111 * <code>cause</code>.
115 * <code>cause==null</code> or to <code>cause.toString()</code> if
116 * <code>cause!=null</code>.
118 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
119 * the cause is non-existent or unknown
    [all...]
SQLFeatureNotSupportedException.java 50 * The <code>cause</code> is not initialized, and may subsequently be
66 * The <code>cause</code> is not initialized, and may subsequently be
81 * The <code>cause</code> is not initialized, and may subsequently be
99 * The <code>cause</code> is not initialized, and may subsequently be
114 * with a given <code>cause</code>.
118 * <code>cause==null</code> or to <code>cause.toString()</code> if
119 * <code>cause!=null</code>.
121 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval bythe <code>getCause()</code> method); may be null indicating
122 * the cause is non-existent or unknown
    [all...]
SQLIntegrityConstraintViolationException.java 45 * The <code>cause</code> is not initialized, and may subsequently be
61 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
117 * the cause is non-existent or unknown
    [all...]
SQLInvalidAuthorizationSpecException.java 45 * The <code>cause</code> is not initialized, and may subsequently be
61 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * with a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
117 * the cause is non-existent or unknown
    [all...]
SQLNonTransientConnectionException.java 32 * the operation is retried without the cause of the failure being corrected.
45 * The <code>cause</code> is not initialized, and may subsequently be
62 * The <code>cause</code> is not initialized, and may subsequently be
77 * The <code>cause</code> is not initialized, and may subsequently be
95 * The <code>cause</code> is not initialized, and may subsequently be
110 * with a given <code>cause</code>.
114 * <code>cause==null</code> or to <code>cause.toString()</code> if
115 * <code>cause!=null</code>.
117 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by th (…)
    [all...]
SQLNonTransientException.java 30 * of the same operation would fail unless the cause of the <code>SQLException</code>
43 * The <code>cause</code> is not initialized, and may subsequently be
60 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * with a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by th (…)
    [all...]
SQLRecoverableException.java 46 * The <code>cause</code> is not initialized, and may subsequently be
62 * The <code>cause</code> is not initialized, and may subsequently be
77 * The <code>cause</code> is not initialized, and may subsequently be
95 * The <code>cause</code> is not initialized, and may subsequently be
110 * with a given <code>cause</code>.
114 * <code>cause==null</code> or to <code>cause.toString()</code> if
115 * <code>cause!=null</code>.
117 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
118 * the cause is non-existent or unknown
    [all...]
SQLSyntaxErrorException.java 44 * The <code>cause</code> is not initialized, and may subsequently be
60 * The <code>cause</code> is not initialized, and may subsequently be
75 * The <code>cause</code> is not initialized, and may subsequently be
93 * The <code>cause</code> is not initialized, and may subsequently be
108 * with a given <code>cause</code>.
112 * <code>cause==null</code> or to <code>cause.toString()</code> if
113 * <code>cause!=null</code>.
115 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval bythe <code>getCause()</code> method); may be null indicating
116 * the cause is non-existent or unknown
    [all...]
SQLTimeoutException.java 42 * The <code>cause</code> is not initialized, and may subsequently be
58 * The <code>cause</code> is not initialized, and may subsequently be
73 * The <code>cause</code> is not initialized, and may subsequently be
91 * The <code>cause</code> is not initialized, and may subsequently be
106 * with a given <code>cause</code>.
110 * <code>cause==null</code> or to <code>cause.toString()</code> if
111 * <code>cause!=null</code>.
113 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
114 * the cause is non-existent or unknown
    [all...]
SQLTransactionRollbackException.java 44 * The <code>cause</code> is not initialized, and may subsequently be
60 * The <code>cause</code> is not initialized, and may subsequently be
75 * The <code>cause</code> is not initialized, and may subsequently be
93 * The <code>cause</code> is not initialized, and may subsequently be
108 * with a given <code>cause</code>.
112 * <code>cause==null</code> or to <code>cause.toString()</code> if
113 * <code>cause!=null</code>.
115 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
116 * the cause is non-existent or unknown
    [all...]
SQLTransientConnectionException.java 45 * The <code>cause</code> is not initialized, and may subsequently be
61 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * with a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
117 * the cause is non-existent or unknown
    [all...]
SQLTransientException.java 43 * The <code>cause</code> is not initialized, and may subsequently be
59 * The <code>cause</code> is not initialized, and may subsequently be
74 * The <code>cause</code> is not initialized, and may subsequently be
92 * The <code>cause</code> is not initialized, and may subsequently be
107 * with a given <code>cause</code>.
111 * <code>cause==null</code> or to <code>cause.toString()</code> if
112 * <code>cause!=null</code>.
114 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
115 * the cause is non-existent or unknown
    [all...]

Completed in 954 milliseconds

1 2 3 4 5 6 7 891011>>