gnu.beanfactory.jdbc
Class EncapsulatedSQLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.sql.SQLException
|
+--gnu.beanfactory.jdbc.EncapsulatedSQLException
- All Implemented Interfaces:
- java.io.Serializable
- public class EncapsulatedSQLException
- extends java.sql.SQLException
Thrown to encapsulate another exception.
- Version:
- $Id: EncapsulatedSQLException.java,v 1.1 2001/09/05 02:20:27 rschoening Exp $
- Author:
- Rob
- See Also:
- Serialized Form
| Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EncapsulatedSQLException
public EncapsulatedSQLException(java.lang.Throwable t)
setRootCause
public void setRootCause(java.lang.Throwable root)
getRootCause
public java.lang.Throwable getRootCause()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace in class java.lang.Throwable