org.apache.derby.impl.tools.ij
Class ijFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
|
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 |
FatalException
private static final java.lang.String FatalException
e
private java.sql.SQLException e
ijFatalException
public ijFatalException()
ijFatalException
public ijFatalException(java.sql.SQLException e)
getSQLState
public java.lang.String getSQLState()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.