Exception | Description |
---|---|
AlreadyLoggedInException |
Thrown when authentication is attempted while a user is currently logged in.
|
AuthenticationException |
Super-type of all Exceptions thrown during authentication.
|
FailedAuthenticationException |
Thrown when authentication fails from invalid credentials.
|
SecurityException |
A base class for all Errai Security exceptions.
|
UnauthenticatedException |
Thrown when a user attempts access to a resource which requires
authentication while the user is unauthenticated.
|
UnauthorizedException |
Thrown when the user attempts to access a resource which requires greater
privileges than the user possesses.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.