public class NestedSQLException
extends java.sql.SQLException
| 构造器和说明 |
|---|
NestedSQLException(java.lang.String msg)
Constructor from java.sql.SQLException
|
NestedSQLException(java.lang.String reason,
java.lang.String SQLState)
Constructor from java.sql.SQLException
|
NestedSQLException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
Constructor from java.sql.SQLException
|
NestedSQLException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode,
java.lang.Throwable cause)
Constructor from java.sql.SQLException with added nested exception
|
NestedSQLException(java.lang.String reason,
java.lang.String SQLState,
java.lang.Throwable cause)
Constructor from java.sql.SQLException with added nested exception
|
NestedSQLException(java.lang.String msg,
java.lang.Throwable cause)
Constructor from java.sql.SQLException with added nested exception
|
NestedSQLException(java.lang.Throwable cause)
Constructor from java.sql.SQLException with added nested exception
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NestedSQLException(java.lang.String msg)
msg - - the message for the exceptionSQLExceptionpublic NestedSQLException(java.lang.String reason,
java.lang.String SQLState)
reason - - the reason for the exceptionSQLState - - the SQLStateSQLExceptionpublic NestedSQLException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
reason - - the reason for the exceptionSQLState - - the SQLStatevendorCode - - a vendor supplied code to go w/ the messageSQLExceptionpublic NestedSQLException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the message for the exceptioncause - - the cause of the exceptionpublic NestedSQLException(java.lang.String reason,
java.lang.String SQLState,
java.lang.Throwable cause)
reason - - the reason for the exceptionSQLState - - the SQLStatecause - - the cause of the exceptionSQLExceptionpublic NestedSQLException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode,
java.lang.Throwable cause)
reason - - the reason for the exceptionSQLState - - the SQLStatevendorCode - - a vendor supplied code to go w/ the messagecause - - the cause of the exceptionpublic NestedSQLException(java.lang.Throwable cause)
cause - - the cause of the exception