@Deprecated
public class SQLNestedException
extends java.sql.SQLException
Constructor and Description |
---|
SQLNestedException(java.lang.String msg,
java.lang.Throwable cause)
Deprecated.
Constructs a new
SQLNestedException with specified
detail message and nested Throwable . |
getErrorCode, getNextException, getSQLState, iterator, setNextException
public SQLNestedException(java.lang.String msg, java.lang.Throwable cause)
SQLNestedException
with specified
detail message and nested Throwable
.msg
- the error messagecause
- the exception or error that caused this exception to be
thrownCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.