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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by 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
private  java.lang.Exception myException
           
 
Constructor Summary
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, iterator, 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

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.