class |
UserDeleteException |
Thrown when there is a problem deleting a user from the system.
|
class |
UserExistsException |
Thrown when the user account to be created exists in the system.
|
class |
UserLockedException |
Thrown when a user account is attempted to be locked but is already locked.
|
class |
UserNotFoundException |
Thrown when the user account that is specified for an action does not exist in the system.
|
class |
UserPasswordException |
Thrown when an invalid password is specified.
|
class |
UserUnlockedException |
Thrown when a user account is attempted to be unlocked but is already unlocked.
|