Inheritance diagram for org.openmobileis.common.util.exception.DatabaseException:
Definition at line 36 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 | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
int org.openmobileis.common.util.exception.DatabaseException.getService | ( | ) | [virtual] |
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.