|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nl.gx.webmanager.services.usermanager.UserManagementException
public class UserManagementException
This is the general exception type which is used throughout the user management API.
| Nested Class Summary | |
|---|---|
static class |
UserManagementException.Type
|
| Constructor Summary | |
|---|---|
UserManagementException()
Creates a new UserManagementException. |
|
UserManagementException(java.lang.String msg)
Creates a new UserManagementException. |
|
UserManagementException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new UserManagementException. |
|
UserManagementException(UserManagementException.Type type,
java.lang.String msg)
Creates a new UserManagementException of a given type. |
|
| Method Summary | |
|---|---|
UserManagementException.Type |
getType()
Returns the type of the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserManagementException()
UserManagementException.
public UserManagementException(java.lang.String msg)
UserManagementException.
msg - the exception message
public UserManagementException(UserManagementException.Type type,
java.lang.String msg)
UserManagementException of a given type.
type - the exception typemsg - the exception message
public UserManagementException(java.lang.String msg,
java.lang.Throwable cause)
UserManagementException.
msg - the exception messagecause - the exception cause| Method Detail |
|---|
public UserManagementException.Type getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||