public class TransactionException extends SQLException
| 构造器和说明 |
|---|
TransactionException() |
TransactionException(String reason) |
TransactionException(String reason,
String SQLState) |
TransactionException(String reason,
String SQLState,
int vendorCode) |
TransactionException(String reason,
String sqlState,
int vendorCode,
Throwable cause) |
TransactionException(String reason,
String sqlState,
Throwable cause) |
TransactionException(String reason,
Throwable cause) |
TransactionException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSQLException(Exception e) |
List<Exception> |
getList() |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorCopyright © 2020. All rights reserved.