Class AuthenticationProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.model.security.authentication.AuthenticationProviderException
All Implemented Interfaces:
Serializable

public class AuthenticationProviderException extends Exception
An exception indicating that an error occured when trying to authenticate a user. This should only be used if an internal error occured or the request could not be processed. Ordinary login refusal should not be handled with exceptions
Author:
Florian Alpers
See Also:
  • Constructor Details

    • AuthenticationProviderException

      public AuthenticationProviderException()

      Constructor for AuthenticationProviderException.

    • AuthenticationProviderException

      public AuthenticationProviderException(String arg0, Throwable arg1, boolean arg2, boolean arg3)

      Constructor for AuthenticationProviderException.

      Parameters:
      arg0 - a String object.
      arg1 - a Throwable object.
      arg2 - a boolean.
      arg3 - a boolean.
    • AuthenticationProviderException

      public AuthenticationProviderException(String arg0, Throwable arg1)

      Constructor for AuthenticationProviderException.

      Parameters:
      arg0 - a String object.
      arg1 - a Throwable object.
    • AuthenticationProviderException

      public AuthenticationProviderException(String arg0)

      Constructor for AuthenticationProviderException.

      Parameters:
      arg0 - a String object.
    • AuthenticationProviderException

      public AuthenticationProviderException(Throwable arg0)

      Constructor for AuthenticationProviderException.

      Parameters:
      arg0 - a Throwable object.