Inheritance diagram for org.openmobileis.database.DatabaseException:
Definition at line 37 of file DatabaseException.java.
Public Member Functions | |
DatabaseException () | |
DatabaseException (int priority) | |
DatabaseException (String msg) | |
DatabaseException (String msg, int priority) | |
DatabaseException (String msg, Throwable t) | |
DatabaseException (String msg, Throwable t, int priority) | |
DatabaseException (Throwable t) | |
DatabaseException (Throwable t, int priority) | |
int | getService () |
return the default service id : LogServices.DEFAULTSERVICE |
|
return the default service id : LogServices.DEFAULTSERVICE
Reimplemented from org.openmobileis.common.util.exception.DefaultException. Reimplemented in org.openmobileis.database.fastobjectdb.db.exception.FODBException. Definition at line 71 of file DatabaseException.java. |