public class ExceptionHandler
extends java.lang.Object
| Constructor and Description | 
|---|
ExceptionHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
static DBException | 
handle(java.io.IOException e,
      java.lang.String op)  | 
static DBException | 
handle(java.lang.Throwable t,
      java.lang.String op)  | 
public static DBException handle(java.io.IOException e, java.lang.String op)
public static DBException handle(java.lang.Throwable t, java.lang.String op)