|
Exception Summary |
| AccessControlException |
Thrown to indicate that the User attempted to perform an operation that
was not permitted by the security settings. |
| DataBackendException |
Thrown to indicate that there was an error accessing the data
backend of the SecurityService. |
| EntityExistsException |
Thrown upon an attempt to create an User,Role,Group or Permission that
already exists. |
| PasswordMismatchException |
Thrown to indicate that the password supplied by user was incorrect. |
| TurbineSecurityException |
Thrown by SecurityService methods to indicate various problems. |
| UnknownEntityException |
Thrown to indicate that the User,Role,Group or Permission that
was requested does not exist. |