| /libcore/ojluni/src/main/java/java/io/ | 
| D | UncheckedIOException.java | 49     public UncheckedIOException(String message, IOException cause) {  in UncheckedIOException()62     public UncheckedIOException(IOException cause) {  in UncheckedIOException()
 91         Throwable cause = super.getCause();  in readObject()  local
 
 | 
| /libcore/ojluni/src/lambda/java/java/lang/invoke/ | 
| D | LambdaConversionException.java | 53     public LambdaConversionException(String message, Throwable cause) {  in LambdaConversionException()61     public LambdaConversionException(Throwable cause) {  in LambdaConversionException()
 73 …public LambdaConversionException(String message, Throwable cause, boolean enableSuppression, boole…  in LambdaConversionException()
 
 | 
| /libcore/ojluni/src/main/java/java/lang/ | 
| D | RuntimeException.java | 80     public RuntimeException(String message, Throwable cause) {  in RuntimeException()96     public RuntimeException(Throwable cause) {  in RuntimeException()
 115     protected RuntimeException(String message, Throwable cause,  in RuntimeException()
 
 | 
| D | Error.java | 88     public Error(String message, Throwable cause) {  in Error()105     public Error(Throwable cause) {  in Error()
 124     protected Error(String message, Throwable cause,  in Error()
 
 | 
| D | Exception.java | 84     public Exception(String message, Throwable cause) {  in Exception()102     public Exception(Throwable cause) {  in Exception()
 120     protected Exception(String message, Throwable cause,  in Exception()
 
 | 
| /libcore/ojluni/src/main/java/java/lang/invoke/ | 
| D | LambdaConversionException.java | 55     public LambdaConversionException(String message, Throwable cause) {  in LambdaConversionException()63     public LambdaConversionException(Throwable cause) {  in LambdaConversionException()
 75 …public LambdaConversionException(String message, Throwable cause, boolean enableSuppression, boole…  in LambdaConversionException()
 
 | 
| /libcore/luni/src/test/java/libcore/android/system/ | 
| D | ErrnoExceptionTest.java | 47         Throwable cause = new Throwable("cause msg");  in check_messageErrnoAndCause()  local53     private static void assertMessageErrnoAndCause(String message, int errno, Throwable cause,  in assertMessageErrnoAndCause()
 70     private void check_rethrow(ErrnoException cause) {  in check_rethrow()
 
 | 
| /libcore/ojluni/src/main/java/java/sql/ | 
| D | SQLNonTransientException.java | 120     public SQLNonTransientException(Throwable cause) {  in SQLNonTransientException()136     public SQLNonTransientException(String reason, Throwable cause) {  in SQLNonTransientException()
 153     public SQLNonTransientException(String reason, String SQLState, Throwable cause) {  in SQLNonTransientException()
 170 … public SQLNonTransientException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLNonTransientException()
 
 | 
| D | SQLRecoverableException.java | 121     public SQLRecoverableException(Throwable cause) {  in SQLRecoverableException()137     public SQLRecoverableException(String reason, Throwable cause) {  in SQLRecoverableException()
 153     public SQLRecoverableException(String reason, String SQLState, Throwable cause) {  in SQLRecoverableException()
 170 …  public SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLRecoverableException()
 
 | 
| D | SQLTransactionRollbackException.java | 119     public SQLTransactionRollbackException(Throwable cause) {  in SQLTransactionRollbackException()135     public SQLTransactionRollbackException(String reason, Throwable cause) {  in SQLTransactionRollbackException()
 151     public SQLTransactionRollbackException(String reason, String SQLState, Throwable cause) {  in SQLTransactionRollbackException()
 168 … SQLTransactionRollbackException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLTransactionRollbackException()
 
 | 
| D | SQLTimeoutException.java | 117     public SQLTimeoutException(Throwable cause) {  in SQLTimeoutException()133     public SQLTimeoutException(String reason, Throwable cause) {  in SQLTimeoutException()
 149     public SQLTimeoutException(String reason, String SQLState, Throwable cause) {  in SQLTimeoutException()
 166     public SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLTimeoutException()
 
 | 
| D | SQLTransientException.java | 118     public SQLTransientException(Throwable cause) {  in SQLTransientException()134     public SQLTransientException(String reason, Throwable cause) {  in SQLTransientException()
 150     public SQLTransientException(String reason, String SQLState, Throwable cause) {  in SQLTransientException()
 167     public SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLTransientException()
 
 | 
| D | SQLNonTransientConnectionException.java | 121     public SQLNonTransientConnectionException(Throwable cause) {  in SQLNonTransientConnectionException()137     public SQLNonTransientConnectionException(String reason, Throwable cause) {  in SQLNonTransientConnectionException()
 153     public SQLNonTransientConnectionException(String reason, String SQLState, Throwable cause) {  in SQLNonTransientConnectionException()
 170 …LNonTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLNonTransientConnectionException()
 
 | 
| D | SQLInvalidAuthorizationSpecException.java | 120     public SQLInvalidAuthorizationSpecException(Throwable cause) {  in SQLInvalidAuthorizationSpecException()136     public SQLInvalidAuthorizationSpecException(String reason, Throwable cause) {  in SQLInvalidAuthorizationSpecException()
 152     public SQLInvalidAuthorizationSpecException(String reason, String SQLState, Throwable cause) {  in SQLInvalidAuthorizationSpecException()
 169 …nvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLInvalidAuthorizationSpecException()
 
 | 
| D | SQLDataException.java | 122     public SQLDataException(Throwable cause) {  in SQLDataException()137     public SQLDataException(String reason, Throwable cause) {  in SQLDataException()
 152     public SQLDataException(String reason, String SQLState, Throwable cause) {  in SQLDataException()
 168     public SQLDataException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLDataException()
 
 | 
| D | SQLIntegrityConstraintViolationException.java | 120     public SQLIntegrityConstraintViolationException(Throwable cause) {  in SQLIntegrityConstraintViolationException()136     public SQLIntegrityConstraintViolationException(String reason, Throwable cause) {  in SQLIntegrityConstraintViolationException()
 152 … public SQLIntegrityConstraintViolationException(String reason, String SQLState, Throwable cause) {  in SQLIntegrityConstraintViolationException()
 169 …rityConstraintViolationException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLIntegrityConstraintViolationException()
 
 | 
| D | SQLTransientConnectionException.java | 120     public SQLTransientConnectionException(Throwable cause) {  in SQLTransientConnectionException()136     public SQLTransientConnectionException(String reason, Throwable cause) {  in SQLTransientConnectionException()
 152     public SQLTransientConnectionException(String reason, String SQLState, Throwable cause) {  in SQLTransientConnectionException()
 169 … SQLTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLTransientConnectionException()
 
 | 
| D | SQLSyntaxErrorException.java | 119     public SQLSyntaxErrorException(Throwable cause) {  in SQLSyntaxErrorException()135     public SQLSyntaxErrorException(String reason, Throwable cause) {  in SQLSyntaxErrorException()
 151     public SQLSyntaxErrorException(String reason, String SQLState, Throwable cause) {  in SQLSyntaxErrorException()
 168 …  public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLSyntaxErrorException()
 
 | 
| D | SQLFeatureNotSupportedException.java | 125     public SQLFeatureNotSupportedException(Throwable cause) {  in SQLFeatureNotSupportedException()141     public SQLFeatureNotSupportedException(String reason, Throwable cause) {  in SQLFeatureNotSupportedException()
 157     public SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) {  in SQLFeatureNotSupportedException()
 174 … SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLFeatureNotSupportedException()
 
 | 
| D | SQLException.java | 164     public SQLException(Throwable cause) {  in SQLException()186     public SQLException(String reason, Throwable cause) {  in SQLException()
 209     public SQLException(String reason, String sqlState, Throwable cause) {  in SQLException()
 235     public SQLException(String reason, String sqlState, int vendorCode, Throwable cause) {  in SQLException()
 320            Throwable cause = firstException.getCause();  in iterator()  local
 
 | 
| D | BatchUpdateException.java | 191     public BatchUpdateException(Throwable cause) {  in BatchUpdateException()217     public BatchUpdateException(int []updateCounts , Throwable cause) {  in BatchUpdateException()
 241     public BatchUpdateException(String reason, int []updateCounts, Throwable cause) {  in BatchUpdateException()
 266                                 int []updateCounts, Throwable cause) {  in BatchUpdateException()
 293                                 int []updateCounts,Throwable cause) {  in BatchUpdateException()
 
 | 
| D | SQLWarning.java | 130     public SQLWarning(Throwable cause) {  in SQLWarning()147     public SQLWarning(String reason, Throwable cause) {  in SQLWarning()
 163     public SQLWarning(String reason, String SQLState, Throwable cause) {  in SQLWarning()
 181     public SQLWarning(String reason, String SQLState, int vendorCode, Throwable cause) {  in SQLWarning()
 
 | 
| /libcore/luni/src/main/java/javax/xml/datatype/ | 
| D | DatatypeConfigurationException.java | 74     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/ojluni/src/main/java/sun/security/provider/certpath/ | 
| D | SunCertPathBuilderException.java | 81     public SunCertPathBuilderException(Throwable cause) {  in SunCertPathBuilderException()92     public SunCertPathBuilderException(String msg, Throwable cause) {  in SunCertPathBuilderException()
 116     SunCertPathBuilderException(String msg, Throwable cause,  in SunCertPathBuilderException()
 
 | 
| /libcore/ojluni/annotations/sdk/nullability/java/lang/ | 
| D | Throwable.annotated.java | 40 …le(@libcore.util.Nullable java.lang.String message, @libcore.util.Nullable java.lang.Throwable cau…  in Throwable()42 …hrowable(@libcore.util.Nullable java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }  in Throwable()
 44 …le(@libcore.util.Nullable java.lang.String message, @libcore.util.Nullable java.lang.Throwable cau…  in Throwable()
 52 …nitCause(@libcore.util.Nullable java.lang.Throwable cause) { throw new RuntimeException("Stub!"); }  in initCause()
 
 |