Inheritance diagram for org.openmobileis.common.user.UserAlreadyExistException:
Definition at line 37 of file UserAlreadyExistException.java.
Public Member Functions | |
UserAlreadyExistException (String msg) | |
UserAlreadyExistException (String msg, int logPriority) | |
UserAlreadyExistException (String msg, Throwable t) | |
UserAlreadyExistException (String msg, Throwable t, int logPriority) | |
UserAlreadyExistException () | |
UserAlreadyExistException (int logPriority) | |
UserAlreadyExistException (Throwable t) | |
UserAlreadyExistException (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 UserAlreadyExistException.java. |
|
Definition at line 52 of file UserAlreadyExistException.java. |
|
Definition at line 61 of file UserAlreadyExistException.java. |
|
Definition at line 71 of file UserAlreadyExistException.java. |
|
Definition at line 87 of file UserAlreadyExistException.java. |
|
Definition at line 95 of file UserAlreadyExistException.java. |
|
Definition at line 104 of file UserAlreadyExistException.java. |
|
return the service assocated to the exception
Implements org.openmobileis.common.util.exception.OpenMISException. Definition at line 112 of file UserAlreadyExistException.java. |