com.mohiva.play.silhouette.core

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class AccessDeniedException(msg: String, cause: Throwable) extends Exception with SilhouetteException with Logger with Product with Serializable

    An exception thrown when the user denies access to the application in the login page of the 3rd party service.

  2. case class AuthenticationException(msg: String, cause: Throwable) extends Exception with SilhouetteException with Logger with Product with Serializable

    An exception thrown when there is an error in the authentication flow.

  3. trait SilhouetteException extends Exception

    A marker exception for the Silhouette project.

Ungrouped