org.datanucleus.store.rdbms.datasource.dbcp
Class SQLNestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.datanucleus.store.rdbms.datasource.dbcp.SQLNestedException
- All Implemented Interfaces:
- Serializable, Iterable<Throwable>
public class SQLNestedException
- extends SQLException
A SQLException subclass containing another Throwable
- Version:
- $Revision: 894583 $ $Date: 2009-12-30 05:48:07 -0500 (Wed, 30 Dec 2009) $
- Author:
- Dirk Verbeeck
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SQLNestedException
public SQLNestedException(String msg,
Throwable cause)
- Constructs a new
SQLNestedException with specified
detail message and nested Throwable.
- Parameters:
msg - the error messagecause - the exception or error that caused this exception to be
thrown
Copyright © 2012. All Rights Reserved.