org.axiondb

Class AxionRuntimeException

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 $

Author: Ahimanikya Satapathy

Constructor Summary
AxionRuntimeException(AxionException axionEx)
Method Summary
StringgetSQLState()
Returns the five-digit SQL State code (as defined in the ANSI-SQL 99 standard).

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).