com.mohiva.play.silhouette.impl

exceptions

package exceptions

Provides exceptions thrown in the reference implementation.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. exceptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AccessDeniedException extends ProviderException

    Signals that a social provider denies access during authentication process.

  2. class IdentityNotFoundException extends ProviderException

    Signals that an identity could not found in a credential based provider.

  3. class InvalidPasswordException extends ProviderException

    Indicates that an invalid password was entered in a credential based provider.

  4. class OAuth1TokenSecretException extends ProviderException

    Indicates that an error occurred during OAuth1 token secret retrieval.

  5. class OAuth2StateException extends ProviderException

    Indicates that an error occurred during OAuth2 state retrieval.

  6. class ProfileRetrievalException extends ProviderException

    Indicates that an error occurred during profile retrieval in a social provider.

  7. class UnexpectedResponseException extends ProviderException

    Signals that an unexpected response was received from a social provider.

Inherited from AnyRef

Inherited from Any

Ungrouped