package exceptions
Provides exceptions thrown in the reference implementation.
Type Members
- class AccessDeniedException extends ProviderException
Signals that a social provider denies access during authentication process.
- class IdentityNotFoundException extends ProviderException
Signals that an identity could not found in a credential based provider.
- class InvalidPasswordException extends ProviderException
Indicates that an invalid password was entered in a credential based provider.
- class OAuth1TokenSecretException extends ProviderException
Indicates that an error occurred during OAuth1 token secret retrieval.
- class OAuth2StateException extends ProviderException
Indicates that an error occurred during OAuth2 state retrieval.
- class ProfileRetrievalException extends ProviderException
Indicates that an error occurred during profile retrieval in a social provider.
- class UnexpectedResponseException extends ProviderException
Signals that an unexpected response was received from a social provider.