|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.io
Class SQLExceptionWrapper

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.apache.derby.iapi.services.io.SQLExceptionWrapper
- All Implemented Interfaces:
- java.io.Serializable
- class SQLExceptionWrapper
- extends java.sql.SQLException
Wrapper class for SQLExceptions
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Exception |
myException
|
| Fields inherited from class java.sql.SQLException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
(package private) |
SQLExceptionWrapper(java.lang.Exception e)
|
| Method Summary | |
(package private) void |
handleMe()
|
(package private) void |
handleMeToo()
|
| Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
myException
private java.lang.Exception myException
| Constructor Detail |
SQLExceptionWrapper
SQLExceptionWrapper(java.lang.Exception e)
| Method Detail |
handleMe
void handleMe()
throws java.io.IOException,
java.lang.ClassNotFoundException
handleMeToo
void handleMeToo()
throws java.io.IOException
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC