org.apache.commons.dbcp
Class SQLNestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.apache.commons.dbcp.SQLNestedException
- All Implemented Interfaces:
- Serializable
Deprecated. Use '(SQLException) new SQLException(msg).initCause(e)' instead; this class will be removed in DBCP 2.0
public class SQLNestedException
- extends SQLException
A SQLException subclass containing another Throwable
- Version:
- $Revision: 892307 $ $Date: 2013-12-31 23:27:28 +0000 (Tue, 31 Dec 2013) $
- Author:
- Dirk Verbeeck
- See Also:
- Serialized Form
Constructor Summary |
SQLNestedException(String msg,
Throwable cause)
Deprecated. Constructs a new SQLNestedException with specified
detail message and nested Throwable . |
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)
- Deprecated.
- 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 © 2001-2010 The Apache Software Foundation. All Rights Reserved.