Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.io
Class SQLExceptionWrapper  view SQLExceptionWrapper download SQLExceptionWrapper.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.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