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 |
org.openmobileis.common.user.UserAlreadyExistException.UserAlreadyExistException | ( | String | msg, | |
int | logPriority | |||
) |
msg |
logPriority |
Definition at line 52 of file UserAlreadyExistException.java.
org.openmobileis.common.user.UserAlreadyExistException.UserAlreadyExistException | ( | String | msg, | |
Throwable | t | |||
) |
org.openmobileis.common.user.UserAlreadyExistException.UserAlreadyExistException | ( | String | msg, | |
Throwable | t, | |||
int | logPriority | |||
) |
msg |
t | ||
logPriority |
Definition at line 71 of file UserAlreadyExistException.java.
org.openmobileis.common.user.UserAlreadyExistException.UserAlreadyExistException | ( | Throwable | t, | |
int | logPriority | |||
) |
t |
logPriority |
Definition at line 104 of file UserAlreadyExistException.java.
int org.openmobileis.common.user.UserAlreadyExistException.getService | ( | ) | [virtual] |
return the service assocated to the exception
Implements org.openmobileis.common.util.exception.OpenMISException.
Definition at line 112 of file UserAlreadyExistException.java.