Inheritance diagram for org.openmobileis.synchro.openmsp.OpenMSPException:
Definition at line 38 of file OpenMSPException.java.
Public Member Functions | |
OpenMSPException () | |
OpenMSPException (int priority) | |
OpenMSPException (String msg, Throwable t) | |
OpenMSPException (String msg, Throwable t, int priority) | |
OpenMSPException (String msg) | |
OpenMSPException (String msg, int priority) | |
OpenMSPException (Throwable t) | |
OpenMSPException (Throwable t, int priority) | |
int | getService () |
return the service id : LogServices.SYNCHROSERVICE | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
int org.openmobileis.synchro.openmsp.OpenMSPException.getService | ( | ) | [virtual] |
return the service id : LogServices.SYNCHROSERVICE
Reimplemented from org.openmobileis.common.util.exception.SynchroException.
Definition at line 78 of file OpenMSPException.java.