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