org.apache.derby.iapi.services.io
Class SQLExceptionWrapper

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


Field Summary
private  java.lang.Exception myException
           
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Exception
 
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
Throws:
java.io.IOException
java.lang.ClassNotFoundException

handleMeToo

void handleMeToo()
           throws java.io.IOException
Throws:
java.io.IOException


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.