Home
last modified time | relevance | path

Searched defs:vendorCode (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DSQLTransientConnectionException.java103 public SQLTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLTransientConnectionException()
169 …public SQLTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransientConnectionException()
DSQLNonTransientException.java103 public SQLNonTransientException(String reason, String SQLState, int vendorCode) { in SQLNonTransientException()
170 … public SQLNonTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLNonTransientException()
DSQLIntegrityConstraintViolationException.java103 … public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode) { in SQLIntegrityConstraintViolationException()
169 …public SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Th… in SQLIntegrityConstraintViolationException()
DSQLSyntaxErrorException.java102 public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode) { in SQLSyntaxErrorException()
168 … public SQLSyntaxErrorException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLSyntaxErrorException()
DSQLTransactionRollbackException.java102 public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode) { in SQLTransactionRollbackException()
168 …public SQLTransactionRollbackException(String reason, String SQLState, int vendorCode, Throwable c… in SQLTransactionRollbackException()
DSQLFeatureNotSupportedException.java108 public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) { in SQLFeatureNotSupportedException()
174 …public SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable c… in SQLFeatureNotSupportedException()
DSQLDataException.java105 public SQLDataException(String reason, String SQLState, int vendorCode) { in SQLDataException()
168 public SQLDataException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLDataException()
DSQLNonTransientConnectionException.java104 public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode) { in SQLNonTransientConnectionException()
170 …public SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode, Throwabl… in SQLNonTransientConnectionException()
DSQLRecoverableException.java104 public SQLRecoverableException(String reason, String SQLState, int vendorCode) { in SQLRecoverableException()
170 … public SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLRecoverableException()
DSQLTransientException.java101 public SQLTransientException(String reason, String SQLState, int vendorCode) { in SQLTransientException()
167 public SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTransientException()
DSQLInvalidAuthorizationSpecException.java103 … public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode) { in SQLInvalidAuthorizationSpecException()
169 …public SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode, Throwa… in SQLInvalidAuthorizationSpecException()
DSQLTimeoutException.java100 public SQLTimeoutException(String reason, String SQLState, int vendorCode) { in SQLTimeoutException()
166 public SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLTimeoutException()
DSQLWarning.java60 public SQLWarning(String reason, String SQLState, int vendorCode) { in SQLWarning()
181 public SQLWarning(String reason, String SQLState, int vendorCode, Throwable cause) { in SQLWarning()
DSQLException.java69 public SQLException(String reason, String SQLState, int vendorCode) { in SQLException()
235 public SQLException(String reason, String sqlState, int vendorCode, Throwable cause) { in SQLException()
DBatchUpdateException.java80 public BatchUpdateException( String reason, String SQLState, int vendorCode, in BatchUpdateException()
292 public BatchUpdateException(String reason, String SQLState, int vendorCode, in BatchUpdateException()
DSQLClientInfoException.java264 int vendorCode, in SQLClientInfoException()
294 int vendorCode, in SQLClientInfoException()