public class FatalSQLException extends SQLException
original plain SQLException
just in case you need it.ConnectionPoolDefinitionIF.getFatalSqlExceptions(),
序列化表格| 构造器和说明 |
|---|
FatalSQLException(SQLException cause) |
FatalSQLException(SQLException cause,
String reason,
String sqlState) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getCause()
Same as
getOriginalSQLException() |
SQLException |
getOriginalSQLException()
Get the SQLException that was detected as being fatal
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic FatalSQLException(SQLException cause)
public FatalSQLException(SQLException cause, String reason, String sqlState)
cause - the SQLException that was detected as being fatalreason - see {link super#SQLException(java.lang.String, java.lang.String)}sqlState - see {link super#SQLException(java.lang.String, java.lang.String)}public Throwable getCause()
getOriginalSQLException()getCause 在类中 ThrowableThrowable.getCause()public SQLException getOriginalSQLException()
Copyright © 2024. All rights reserved.