Inheritance diagram for org.openmobileis.common.util.exception.SQLException:
Definition at line 42 of file SQLException.java.
Public Member Functions | |
SQLException () | |
SQLException (int priority) | |
SQLException (String msg) | |
SQLException (String msg, int priority) | |
SQLException (String msg, Throwable t) | |
SQLException (String msg, Throwable t, int priority) | |
SQLException (Throwable t) | |
SQLException (Throwable t, int priority) | |
int | getService () |
return the service id : LogServices.WEBSERVICE |
|
return the service id : LogServices.WEBSERVICE
Reimplemented from org.openmobileis.common.util.exception.DefaultException. Definition at line 81 of file SQLException.java. |