![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.DbException:

Definition at line 53 of file DbException.java.
Public Member Functions | |
| DbException (Exception e) | |
| DbException (String s) | |
Static Public Member Functions | |
| SQLException | wrapThrowable (Throwable t) |
| General utility to wrap a throwable in a SQLException. | |
Package Attributes | |
| Exception | next = null |
|
|
Definition at line 56 of file DbException.java. |
|
|
Definition at line 61 of file DbException.java. |
|
|
General utility to wrap a throwable in a SQLException.
Definition at line 68 of file DbException.java. References com.quadcap.sql.DbException.wrapThrowable(). Referenced by com.quadcap.sql.DbException.wrapThrowable(). |
|
|
Definition at line 54 of file DbException.java. |