Package

com.mohiva.play.silhouette.api

exceptions

Permalink

package exceptions

Provides exceptions used by the API.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. exceptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AuthenticatorCreationException extends AuthenticatorException

    Permalink

    An exception thrown when there is an error during authenticator creation.

  2. class AuthenticatorDiscardingException extends AuthenticatorException

    Permalink

    An exception thrown when there is an error during authenticator discarding.

  3. class AuthenticatorException extends SilhouetteException

    Permalink

    An exception for all authenticator related errors.

  4. class AuthenticatorInitializationException extends AuthenticatorException

    Permalink

    An exception thrown when there is an error during authenticator initialization.

  5. class AuthenticatorRenewalException extends AuthenticatorException

    Permalink

    An exception thrown when there is an error during authenticator renewal.

  6. class AuthenticatorRetrievalException extends AuthenticatorException

    Permalink

    An exception thrown when there is an error during authenticator retrieval.

  7. class AuthenticatorUpdateException extends AuthenticatorException

    Permalink

    An exception thrown when there is an error during authenticator update.

  8. class ConfigurationException extends SilhouetteException

    Permalink

    Indicates a misconfiguration of a Silhouette component.

  9. class CryptoException extends SilhouetteException

    Permalink

    Indicates that a crypto operation error occurred.

  10. class NotAuthenticatedException extends SilhouetteException

    Permalink

    Indicates that a user is not authenticated to access a secured endpoint.

  11. class NotAuthorizedException extends SilhouetteException

    Permalink

    Indicates that the authenticated user is not authorized to access a secured endpoint.

  12. class ProviderException extends SilhouetteException

    Permalink

    Indicates an error occurred with an authentication provider.

  13. class SilhouetteException extends Exception

    Permalink

    A marker exception for the Silhouette project.

Inherited from AnyRef

Inherited from Any

Ungrouped