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