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