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