Inheritance diagram for org.openmobileis.database.fastobjectdb.db.exception.FODBException:
Definition at line 34 of file FODBException.java.
Public Member Functions | |
FODBException () | |
FODBException (int priority) | |
FODBException (String msg) | |
FODBException (String msg, int priority) | |
FODBException (String msg, Throwable t) | |
FODBException (String msg, Throwable t, int priority) | |
FODBException (Throwable t) | |
FODBException (Throwable t, int priority) | |
int | getService () |
return the default service id : LogServices.DEFAULTSERVICE | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
return the default service id : LogServices.DEFAULTSERVICE
Reimplemented from org.openmobileis.database.DatabaseException. Definition at line 69 of file FODBException.java. |