package exceptions
Provides exceptions used by the API.
Type Members
-
class
AuthenticatorCreationException extends AuthenticatorException
An exception thrown when there is an error during authenticator creation.
-
class
AuthenticatorDiscardingException extends AuthenticatorException
An exception thrown when there is an error during authenticator discarding.
-
class
AuthenticatorException extends SilhouetteException
An exception for all authenticator related errors.
-
class
AuthenticatorInitializationException extends AuthenticatorException
An exception thrown when there is an error during authenticator initialization.
-
class
AuthenticatorRenewalException extends AuthenticatorException
An exception thrown when there is an error during authenticator renewal.
-
class
AuthenticatorRetrievalException extends AuthenticatorException
An exception thrown when there is an error during authenticator retrieval.
-
class
AuthenticatorUpdateException extends AuthenticatorException
An exception thrown when there is an error during authenticator update.
-
class
ConfigurationException extends SilhouetteException
Indicates a misconfiguration of a Silhouette component.
-
class
CryptoException extends SilhouetteException
Indicates that a crypto operation error occurred.
-
class
NotAuthenticatedException extends SilhouetteException
Indicates that a user is not authenticated to access a secured endpoint.
-
class
NotAuthorizedException extends SilhouetteException
Indicates that the authenticated user is not authorized to access a secured endpoint.
-
class
ProviderException extends SilhouetteException
Indicates an error occurred with an authentication provider.
-
class
SilhouetteException extends Exception
A marker exception for the Silhouette project.