org.axiondb
Class AxionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
AxionRuntimeException(AxionException axionEx)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxionRuntimeException

public AxionRuntimeException(AxionException axionEx)
Method Detail

getSQLState

public String getSQLState()
Returns the five-digit SQL State code (as defined in the ANSI-SQL 99 standard).