org.axiondb
Class AxionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axiondb.AxionRuntimeException
- All Implemented Interfaces:
- Serializable
public class AxionRuntimeException
- extends RuntimeException
I preserves the state code, while wraping AxionException as RuntimeException.
- Version:
- $Revision: 1.1 $ $Date: 2005/03/17 15:07:10 $
- See Also:
- Serialized Form
Method Summary |
String |
getSQLState()
Returns the five-digit SQL State code (as defined in the ANSI-SQL 99 standard). |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AxionRuntimeException
public AxionRuntimeException(AxionException axionEx)
getSQLState
public String getSQLState()
- Returns the five-digit SQL State code (as defined in the ANSI-SQL 99 standard).