/libcore/ojluni/src/main/java/java/sql/ |
D | SQLTransientConnectionException.java | 103 public SQLTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLTransientConnectionException() 169 …public SQLTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransientConnectionException()
|
D | SQLNonTransientException.java | 103 public SQLNonTransientException(String reason, String SQLState, int vendorCode) { in SQLNonTransientException() 170 … public SQLNonTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLNonTransientException()
|
D | SQLIntegrityConstraintViolationException.java | 103 … public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode) { in SQLIntegrityConstraintViolationException() 169 …public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Th… in SQLIntegrityConstraintViolationException()
|
D | SQLSyntaxErrorException.java | 102 public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode) { in SQLSyntaxErrorException() 168 … public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLSyntaxErrorException()
|
D | SQLTransactionRollbackException.java | 102 public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode) { in SQLTransactionRollbackException() 168 …public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransactionRollbackException()
|
D | SQLFeatureNotSupportedException.java | 108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException() 174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException()
|
D | SQLDataException.java | 105 public SQLDataException(String reason, String SQLState, int vendorCode) { in SQLDataException() 168 public SQLDataException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLDataException()
|
D | SQLNonTransientConnectionException.java | 104 public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLNonTransientConnectionException() 170 …public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode, Throwabl… in SQLNonTransientConnectionException()
|
D | SQLRecoverableException.java | 104 public SQLRecoverableException(String reason, String SQLState, int vendorCode) { in SQLRecoverableException() 170 … public SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLRecoverableException()
|
D | SQLTransientException.java | 101 public SQLTransientException(String reason, String SQLState, int vendorCode) { in SQLTransientException() 167 public SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTransientException()
|
D | SQLInvalidAuthorizationSpecException.java | 103 … public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode) { in SQLInvalidAuthorizationSpecException() 169 …public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode, Throwa… in SQLInvalidAuthorizationSpecException()
|
D | SQLTimeoutException.java | 100 public SQLTimeoutException(String reason, String SQLState, int vendorCode) { in SQLTimeoutException() 166 public SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTimeoutException()
|
D | SQLWarning.java | 60 public SQLWarning(String reason, String SQLState, int vendorCode) { in SQLWarning() 181 public SQLWarning(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLWarning()
|
D | SQLException.java | 69 public SQLException(String reason, String SQLState, int vendorCode) { in SQLException() 235 public SQLException(String reason, String sqlState, int vendorCode, Throwable cause) { in SQLException()
|
D | BatchUpdateException.java | 80 public BatchUpdateException( String reason, String SQLState, int vendorCode, in BatchUpdateException() 292 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException()
|
D | SQLClientInfoException.java | 264 int vendorCode, in SQLClientInfoException() 294 int vendorCode, in SQLClientInfoException()
|