Exception Summary
|
AuthenticationException |
Application exception class that will be thrown when a
given username and password are not valid. |
GroupAlreadyExistsException |
Application exception class that will be thrown when an attempt is made
to create a group that already exists. |
GroupSameAsUserException |
Application exception class that will be thrown when an attempt is made
to create a group with the same name as an existing user. |
InvalidGroupnameException |
Application exception class that will be thrown when an attempt is made
to create a group with an invalid name |
InvalidPasswordException |
Application exception class that will be thrown when an attempt is made
to create a user with an invalid password. |
InvalidUsernameException |
Application exception class that will be thrown when an attempt is made
to create a user with an invalid username |
UserAlreadyExistsException |
Application exception class that will be thrown when an attempt is made
to create a user that already exists. |
UserManagementException |
System exception class that will be thrown when a low-level
error occurs in the user management system. |
UserSameAsGroupException |
Application exception class that will be thrown when an attempt is made
to create a user with the same name as an existing group. |