com.mohiva.play.silhouette.api

exceptions

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AuthenticatorCreationException extends AuthenticatorException

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

  2. class AuthenticatorDiscardingException extends AuthenticatorException

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

  3. class AuthenticatorException extends SilhouetteException

    An exception for all authenticator related errors.

  4. class AuthenticatorInitializationException extends AuthenticatorException

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

  5. class AuthenticatorRenewalException extends AuthenticatorException

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

  6. class AuthenticatorRetrievalException extends AuthenticatorException

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

  7. class AuthenticatorUpdateException extends AuthenticatorException

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

  8. class ConfigurationException extends SilhouetteException

    Indicates a misconfiguration of a Silhouette component.

  9. class NotAuthenticatedException extends SilhouetteException

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

  10. class NotAuthorizedException extends SilhouetteException

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

  11. class ProviderException extends SilhouetteException

    Indicates an error occurred with an authentication provider.

  12. class SilhouetteException extends Exception

    A marker exception for the Silhouette project.

Inherited from AnyRef

Inherited from Any

Ungrouped