org.apache.commons.dbcp
Class SQLNestedException
public class SQLNestedException
A SQLException subclass containing another Throwable
Version:
- Dirk Verbeeck
SQLNestedException(java.lang.String msg, java.lang.Throwable cause) - Constructs a new
SQLNestedException with specified
detail message and nested Throwable .
|
SQLNestedException
public SQLNestedException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new SQLNestedException
with specified
detail message and nested Throwable
.
msg
- the error messagecause
- the exception or error that caused this exception to be
thrown
printStackTrace
public void printStackTrace(PrintStream s)
printStackTrace
public void printStackTrace(PrintWriter s)
Copyright © 2001-2003 Apache Software Foundation. Documenation generated February 28 2005.