org.axiondb.util
Class ExceptionConverter
java.lang.Object
org.axiondb.util.ExceptionConverter
public class ExceptionConverter
- extends Object
Converts Axion-specific Exception
s into SQLException
s.
(This class should eventually handle converting various AxionException
s in to
the proper SQLException with vendor message and code.)
- Version:
- $Revision: 1.11 $ $Date: 2005/03/17 15:07:09 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionConverter
public ExceptionConverter()
convert
public static SQLException convert(AxionException e)
convert
public static SQLException convert(RuntimeException e)
convert
public static SQLException convert(String message,
RuntimeException e)
convert
public static SQLException convert(IOException e)
convertToIOException
public static IOException convertToIOException(Exception e)
convertToRuntimeException
public static RuntimeException convertToRuntimeException(Exception e)