org.apache.derby.iapi.error
Class PassThroughException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.derby.iapi.error.PassThroughException
All Implemented Interfaces:
java.io.Serializable

public final class PassThroughException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
private  java.lang.Exception nested
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PassThroughException(java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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

nested

private final java.lang.Exception nested
Constructor Detail

PassThroughException

public PassThroughException(java.lang.Exception e)
Method Detail

getException

public java.lang.Exception getException()

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

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