Class SQLExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- org.apache.derby.iapi.services.io.SQLExceptionWrapper
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<java.lang.Throwable>
class SQLExceptionWrapper extends java.sql.SQLException
Wrapper class for SQLExceptions
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Exception
myException
-
Constructor Summary
Constructors Constructor Description SQLExceptionWrapper(java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
handleMe()
(package private) void
handleMeToo()
-
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
-
-