org.apache.commons.dbcp
public class SQLNestedException extends java.sql.SQLException
Constructor and Description |
---|
SQLNestedException(java.lang.String msg,
java.lang.Throwable cause)
Deprecated.
Constructs a new
SQLNestedException with specified
detail message and nested Throwable . |
getErrorCode, getNextException, getSQLState, iterator, setNextException
public SQLNestedException(java.lang.String msg, java.lang.Throwable cause)
SQLNestedException
with specified
detail message and nested Throwable
.msg
- the error messagecause
- the exception or error that caused this exception to be
thrownCopyright © 2001-2014. All Rights Reserved.