|
Exception Summary |
| AuthenticationException |
Thrown if there is an error during the authentication process |
| AuthorizationException |
Thrown when an authenticated user has insufficient rights to perform an operation. |
| NotLoggedInException |
Thrown when an unauthenticated user attempts to execute a restricted action. |
| SecurityDefinitionException |
This exception is thrown when a security-related configuration error is detected,
such as a missing or ambiguous security binding type |
| SecurityException |
Any exception that is raised by the security module extends from this runtime
exception class, making it easy for other modules and extensions to catch all
security-related exceptions in a single catch block, if need be. |