Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 25 of 101) sorted by relevance

12345

/libcore/luni/src/main/java/java/sql/
DSQLNonTransientException.java83 public SQLNonTransientException(Throwable cause) { in SQLNonTransientException()
98 public SQLNonTransientException(String reason, Throwable cause) { in SQLNonTransientException()
117 Throwable cause) { in SQLNonTransientException()
138 int vendorCode, Throwable cause) { in SQLNonTransientException()
DSQLRecoverableException.java83 public SQLRecoverableException(Throwable cause) { in SQLRecoverableException()
98 public SQLRecoverableException(String reason, Throwable cause) { in SQLRecoverableException()
117 Throwable cause) { in SQLRecoverableException()
138 int vendorCode, Throwable cause) { in SQLRecoverableException()
DSQLDataException.java87 public SQLDataException(Throwable cause) { in SQLDataException()
102 public SQLDataException(String reason, Throwable cause) { in SQLDataException()
120 public SQLDataException(String reason, String sqlState, Throwable cause) { in SQLDataException()
141 Throwable cause) { in SQLDataException()
DSQLIntegrityConstraintViolationException.java93 public SQLIntegrityConstraintViolationException(Throwable cause) { in SQLIntegrityConstraintViolationException()
109 Throwable cause) { in SQLIntegrityConstraintViolationException()
128 String sqlState, Throwable cause) { in SQLIntegrityConstraintViolationException()
150 String sqlState, int vendorCode, Throwable cause) { in SQLIntegrityConstraintViolationException()
DSQLNonTransientConnectionException.java92 public SQLNonTransientConnectionException(Throwable cause) { in SQLNonTransientConnectionException()
107 public SQLNonTransientConnectionException(String reason, Throwable cause) { in SQLNonTransientConnectionException()
126 Throwable cause) { in SQLNonTransientConnectionException()
148 int vendorCode, Throwable cause) { in SQLNonTransientConnectionException()
DSQLTransactionRollbackException.java84 public SQLTransactionRollbackException(Throwable cause) { in SQLTransactionRollbackException()
99 public SQLTransactionRollbackException(String reason, Throwable cause) { in SQLTransactionRollbackException()
118 Throwable cause) { in SQLTransactionRollbackException()
140 int vendorCode, Throwable cause) { in SQLTransactionRollbackException()
DSQLTimeoutException.java82 public SQLTimeoutException(Throwable cause) { in SQLTimeoutException()
97 public SQLTimeoutException(String reason, Throwable cause) { in SQLTimeoutException()
115 public SQLTimeoutException(String reason, String sqlState, Throwable cause) { in SQLTimeoutException()
136 Throwable cause) { in SQLTimeoutException()
DSQLTransientException.java82 public SQLTransientException(Throwable cause) { in SQLTransientException()
97 public SQLTransientException(String reason, Throwable cause) { in SQLTransientException()
115 public SQLTransientException(String reason, String sqlState, Throwable cause) { in SQLTransientException()
136 int vendorCode, Throwable cause) { in SQLTransientException()
DSQLSyntaxErrorException.java83 public SQLSyntaxErrorException(Throwable cause) { in SQLSyntaxErrorException()
98 public SQLSyntaxErrorException(String reason, Throwable cause) { in SQLSyntaxErrorException()
117 Throwable cause) { in SQLSyntaxErrorException()
138 int vendorCode, Throwable cause) { in SQLSyntaxErrorException()
DSQLTransientConnectionException.java84 public SQLTransientConnectionException(Throwable cause) { in SQLTransientConnectionException()
99 public SQLTransientConnectionException(String reason, Throwable cause) { in SQLTransientConnectionException()
118 Throwable cause) { in SQLTransientConnectionException()
140 int vendorCode, Throwable cause) { in SQLTransientConnectionException()
DSQLInvalidAuthorizationSpecException.java92 public SQLInvalidAuthorizationSpecException(Throwable cause) { in SQLInvalidAuthorizationSpecException()
107 public SQLInvalidAuthorizationSpecException(String reason, Throwable cause) { in SQLInvalidAuthorizationSpecException()
126 Throwable cause) { in SQLInvalidAuthorizationSpecException()
148 int vendorCode, Throwable cause) { in SQLInvalidAuthorizationSpecException()
DSQLFeatureNotSupportedException.java88 public SQLFeatureNotSupportedException(Throwable cause) { in SQLFeatureNotSupportedException()
103 public SQLFeatureNotSupportedException(String reason, Throwable cause) { in SQLFeatureNotSupportedException()
122 Throwable cause) { in SQLFeatureNotSupportedException()
144 int vendorCode, Throwable cause) { in SQLFeatureNotSupportedException()
DBatchUpdateException.java64 public BatchUpdateException(Throwable cause) { in BatchUpdateException()
78 public BatchUpdateException(int[] updateCounts, Throwable cause) { in BatchUpdateException()
93 Throwable cause) { in BatchUpdateException()
109 int[] updateCounts, Throwable cause) { in BatchUpdateException()
125 int[] updateCounts, Throwable cause) { in BatchUpdateException()
DSQLWarning.java87 public SQLWarning(Throwable cause) { in SQLWarning()
98 public SQLWarning(String reason, Throwable cause) { in SQLWarning()
109 public SQLWarning(String reason, String SQLState, Throwable cause) { in SQLWarning()
121 Throwable cause) { in SQLWarning()
/libcore/luni/src/main/java/javax/xml/datatype/
DDatatypeConfigurationException.java74 public DatatypeConfigurationException(String message, Throwable cause) { in DatatypeConfigurationException()
86 public DatatypeConfigurationException(Throwable cause) { in DatatypeConfigurationException()
141 private void initCauseByReflection(Throwable cause) { in initCauseByReflection()
157 Throwable cause = (Throwable) m1.invoke(this, new Object[] {}); in readObject() local
/libcore/luni/src/main/java/java/security/cert/
DCertPathValidatorException.java64 public CertPathValidatorException(String msg, Throwable cause, in CertPathValidatorException()
87 public CertPathValidatorException(String msg, Throwable cause) { in CertPathValidatorException()
98 public CertPathValidatorException(Throwable cause) { in CertPathValidatorException()
/libcore/luni/src/main/java/java/lang/annotation/
DAnnotationFormatError.java50 public AnnotationFormatError(String message, Throwable cause) { in AnnotationFormatError()
62 public AnnotationFormatError(Throwable cause) { in AnnotationFormatError()
/libcore/luni/src/main/java/java/lang/
DReflectiveOperationException.java43 public ReflectiveOperationException(Throwable cause) { in ReflectiveOperationException()
50 public ReflectiveOperationException(String message, Throwable cause) { in ReflectiveOperationException()
DIllegalStateException.java56 public IllegalStateException(String message, Throwable cause) { in IllegalStateException()
68 public IllegalStateException(Throwable cause) { in IllegalStateException()
DUnsupportedOperationException.java55 public UnsupportedOperationException(String message, Throwable cause) { in UnsupportedOperationException()
67 public UnsupportedOperationException(Throwable cause) { in UnsupportedOperationException()
/libcore/luni/src/main/java/javax/net/ssl/
DSSLHandshakeException.java39 public SSLHandshakeException(Throwable cause) { in SSLHandshakeException()
47 public SSLHandshakeException(String reason, Throwable cause) { in SSLHandshakeException()
DSSLException.java46 public SSLException(String message, Throwable cause) { in SSLException()
57 public SSLException(Throwable cause) { in SSLException()
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DMalformedHprofException.java28 MalformedHprofException(String message, Throwable cause) { in MalformedHprofException()
31 MalformedHprofException(Throwable cause) { in MalformedHprofException()
/libcore/luni/src/main/java/java/io/
DIOException.java57 public IOException(String message, Throwable cause) { in IOException()
68 public IOException(Throwable cause) { in IOException()
/libcore/luni/src/main/java/java/security/
DSignatureException.java55 public SignatureException(String message, Throwable cause) { in SignatureException()
66 public SignatureException(Throwable cause) { in SignatureException()

12345