Inheritance diagram for org.openmobileis.common.util.exception.ServerException:
Definition at line 44 of file ServerException.java.
Public Member Functions | |
ServerException () | |
ServerException (int priority) | |
ServerException (String msg) | |
ServerException (String msg, int priority) | |
ServerException (String msg, Throwable t) | |
ServerException (String msg, Throwable t, int priority) | |
ServerException (Throwable t) | |
ServerException (Throwable t, int priority) | |
int | getService () |
return the default id : LogServices.SERVERSERVICE | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
return the default id : LogServices.SERVERSERVICE
Implements org.openmobileis.common.util.exception.OpenMISException. Definition at line 86 of file ServerException.java. |