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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.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
           
 
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()
Overrides:
toString in class java.lang.Throwable

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

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