org.apache.derby.impl.tools.ij
Class ijFatalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.derby.impl.tools.ij.ijFatalException
All Implemented Interfaces:
java.io.Serializable

public class ijFatalException
extends java.lang.RuntimeException

Used for fatal IJ exceptions

See Also:
Serialized Form

Field Summary
private  java.sql.SQLException e
           
private static java.lang.String FatalException
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ijFatalException()
           
ijFatalException(java.sql.SQLException e)
           
 
Method Summary
 java.lang.String getSQLState()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FatalException

private static final java.lang.String FatalException

e

private java.sql.SQLException e
Constructor Detail

ijFatalException

public ijFatalException()

ijFatalException

public ijFatalException(java.sql.SQLException e)
Method Detail

getSQLState

public java.lang.String getSQLState()

toString

public java.lang.String toString()

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.