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 |
|
return the default id : LogServices.SERVERSERVICE
Implements org.openmobileis.common.util.exception.OpenMISException. Definition at line 85 of file ServerException.java. |