Class SQLNestedException

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

    public class SQLNestedException
    extends java.sql.SQLException
    Deprecated.
    Use '(SQLException) new SQLException(msg).initCause(e)' instead; this class will be removed in DBCP 2.0
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLNestedException​(java.lang.String msg, java.lang.Throwable cause)
      Deprecated.
      Constructs a new SQLNestedException with specified detail message and nested Throwable.
    • Method Summary

      • Methods inherited from class java.sql.SQLException

        getErrorCode, getNextException, getSQLState, iterator, setNextException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • SQLNestedException

        public SQLNestedException​(java.lang.String msg,
                                  java.lang.Throwable cause)
        Deprecated.
        Constructs a new SQLNestedException with specified detail message and nested Throwable.
        Parameters:
        msg - the error message
        cause - the exception or error that caused this exception to be thrown