| java.lang.Object java.lang.Throwable java.lang.Exception java.sql.SQLException com.ibatis.common.jdbc.exception.NestedSQLException
NestedSQLException | public class NestedSQLException extends SQLException (Code) | | Class to allow passing an Exception with the original SQLException
|
NestedSQLException | public NestedSQLException(String msg)(Code) | | Constructor from java.sql.SQLException
See Also: java.sql.SQLException Parameters: msg - - the message for the exception |
NestedSQLException | public NestedSQLException(String reason, String SQLState)(Code) | | Constructor from java.sql.SQLException
See Also: java.sql.SQLException Parameters: reason - - the reason for the exception Parameters: SQLState - - the SQLState |
NestedSQLException | public NestedSQLException(String reason, String SQLState, int vendorCode)(Code) | | Constructor from java.sql.SQLException
See Also: java.sql.SQLException Parameters: reason - - the reason for the exception Parameters: SQLState - - the SQLState Parameters: vendorCode - - a vendor supplied code to go w/ the message |
NestedSQLException | public NestedSQLException(String msg, Throwable cause)(Code) | | Constructor from java.sql.SQLException with added nested exception
Parameters: msg - - the message for the exception Parameters: cause - - the cause of the exception |
NestedSQLException | public NestedSQLException(String reason, String SQLState, Throwable cause)(Code) | | Constructor from java.sql.SQLException with added nested exception
See Also: java.sql.SQLException Parameters: reason - - the reason for the exception Parameters: SQLState - - the SQLState Parameters: cause - - the cause of the exception |
NestedSQLException | public NestedSQLException(String reason, String SQLState, int vendorCode, Throwable cause)(Code) | | Constructor from java.sql.SQLException with added nested exception
Parameters: reason - - the reason for the exception Parameters: SQLState - - the SQLState Parameters: vendorCode - - a vendor supplied code to go w/ the message Parameters: cause - - the cause of the exception |
NestedSQLException | public NestedSQLException(Throwable cause)(Code) | | Constructor from java.sql.SQLException with added nested exception
Parameters: cause - - the cause of the exception |
|
|