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
- public class SQLNestedException
- extends SQLException
A SQLException subclass containing another Throwable
- Version:
- $Id: SQLNestedException.java,v 1.5 2003/10/09 21:04:44 rdonkin Exp $
- See Also:
- Serialized Form
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
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.