org.axiondb.util
public class ExceptionConverter extends Object
(This class should eventually handle converting various AxionExceptions in to the proper SQLException with vendor message and code.)
Version: $Revision: 1.11 $ $Date: 2005/03/17 15:07:09 $
Method Summary | |
---|---|
static SQLException | convert(AxionException e) |
static SQLException | convert(RuntimeException e) |
static SQLException | convert(String message, RuntimeException e) |
static SQLException | convert(IOException e) |
static IOException | convertToIOException(Exception e) |
static RuntimeException | convertToRuntimeException(Exception e) |