org.apache.commons.dbcp
Class SQLNestedException
SQLExceptionorg.apache.commons.dbcp.SQLNestedException
public class SQLNestedException
extends SQLException
A SQLException subclass containing another Throwable
$Revision: 479137 $ $Date: 2006-11-25 08:51:48 -0700 (Sat, 25 Nov 2006) $SQLNestedException(String msg, Throwable cause)- Constructs a new
SQLNestedException with specified
detail message and nested Throwable.
|
SQLNestedException
public SQLNestedException(String msg,
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
getCause
public Throwable getCause()
printStackTrace
public void printStackTrace(PrintStream s)
printStackTrace
public void printStackTrace(PrintWriter s)
Copyright © 2001-2004 Apache Software Foundation. Documenation generated June 19 2007.