org.apache.commons.dbcp
public class SQLNestedException extends SQLException
Version: $Revision: 479137 $ $Date: 2006-11-25 08:51:48 -0700 (Sat, 25 Nov 2006) $
Constructor Summary | |
---|---|
SQLNestedException(String msg, Throwable cause)
Constructs a new SQLNestedException with specified
detail message and nested Throwable .
|
Method Summary | |
---|---|
Throwable | getCause() |
void | printStackTrace(PrintStream s) |
void | printStackTrace(PrintWriter s) |
SQLNestedException
with specified
detail message and nested Throwable
.
Parameters: msg the error message cause the exception or error that caused this exception to be thrown