Package | Description |
---|---|
de.esprit.netsuite.server.auth.error |
Contains a collection of errors thrown by the user authorization system
|
Modifier and Type | Class and Description |
---|---|
class |
CannotClearAdminPasswordException
This error is thrown when the admin user tries to clear his password
|
class |
CannotDeleteRootUserException
This error is thrown on attempt to delete the user with uidKey=0
|
class |
CannotLockYourselfException
This error is thrown when an admin tries to lock himself
|
class |
CannotRemovePermissionOnYourselfException
This error is thrown when an admin tries to remove its own admin permission
|
class |
EmptyPasswordNotAllowedException
This exception is thrown when a user password is cleared but empty passwords are not allowed
|
class |
GroupAlreadyExistsException
This Exception is thrown, when a user with the given userName already exists.
|
class |
GroupHasStillUsersException
This error is thrown on an attempt to delete a group which has still users assigned
|
class |
InvalidLoginException
This Exception is thrown the user login failed
|
class |
InvalidPasswordException
This exception is thrown when the users new password does not match
the rules defined for password validity
|
class |
InvalidUserException
This Exception is thrown the user could not be identified by the server
|
class |
MaxUserConnectionsExceededException
This Exception is thrown when a client tries to connect but the license does
not allow any more connections
|
class |
NoSuchGroupException
This error is thrown when the expected group does not exist
|
class |
UserAlreadyExistsException
This Exception is thrown, when a user with the given userName already exists.
|
class |
UserStillLoggedInException
This error is thrown on attempt to change a user while it is still logged in.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.