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