Inheritance diagram for org.openmobileis.common.user.UserNotFoundException:
Definition at line 37 of file UserNotFoundException.java.
Public Member Functions | |
UserNotFoundException (String msg) | |
UserNotFoundException (String msg, int logPriority) | |
UserNotFoundException (String msg, Throwable t) | |
UserNotFoundException (String msg, Throwable t, int logPriority) | |
UserNotFoundException () | |
UserNotFoundException (int logPriority) | |
UserNotFoundException (Throwable t) | |
UserNotFoundException (Throwable t, int logPriority) | |
int | getService () |
return the service assocated to the exception | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
Definition at line 43 of file UserNotFoundException.java. |
|
Definition at line 52 of file UserNotFoundException.java. |
|
Definition at line 61 of file UserNotFoundException.java. |
|
Definition at line 71 of file UserNotFoundException.java. |
|
Definition at line 87 of file UserNotFoundException.java. |
|
Definition at line 95 of file UserNotFoundException.java. |
|
Definition at line 104 of file UserNotFoundException.java. |
|
return the service assocated to the exception
Implements org.openmobileis.common.util.exception.OpenMISException. Definition at line 112 of file UserNotFoundException.java. |