public class SQLTransactionRollbackException extends SQLTransientException
Constructor and Description |
---|
SQLTransactionRollbackException()
Creates an SQLTransactionRollbackException object.
|
SQLTransactionRollbackException(String reason)
Creates an SQLTransactionRollbackException object.
|
SQLTransactionRollbackException(String reason,
String sqlState)
Creates an SQLTransactionRollbackException object.
|
SQLTransactionRollbackException(String reason,
String sqlState,
int vendorCode)
Creates an SQLTransactionRollbackException object.
|
SQLTransactionRollbackException(String reason,
String sqlState,
int vendorCode,
Throwable cause)
Creates an SQLTransactionRollbackException object.
|
SQLTransactionRollbackException(String reason,
String sqlState,
Throwable cause)
Creates an SQLTransactionRollbackException object.
|
SQLTransactionRollbackException(String reason,
Throwable cause)
Creates an SQLTransactionRollbackException object.
|
SQLTransactionRollbackException(Throwable cause)
Creates an SQLTransactionRollbackException object.
|
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLTransactionRollbackException()
public SQLTransactionRollbackException(String reason)
reason
- the string to use as the Reason stringpublic SQLTransactionRollbackException(String reason, String sqlState)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringpublic SQLTransactionRollbackException(String reason, String sqlState, int vendorCode)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringvendorCode
- the integer value for the error codepublic SQLTransactionRollbackException(Throwable cause)
cause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLTransactionRollbackException(String reason, Throwable cause)
reason
- the string to use as the Reason stringcause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLTransactionRollbackException(String reason, String sqlState, Throwable cause)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringcause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLTransactionRollbackException(String reason, String sqlState, int vendorCode, Throwable cause)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringvendorCode
- the integer value for the error codecause
- the Throwable object for the underlying reason this
SQLException