Class AuthenticationProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.model.security.authentication.AuthenticationProviderException
- All Implemented Interfaces:
Serializable
An exception indicating that an error occurred when trying to authenticate a user. This should only be used if an internal error occurred or the
request could not be processed. Ordinary login refusal should not be handled with exceptions
- Author:
- Florian Alpers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new AuthenticationProviderException instance.Creates a new AuthenticationProviderException instance.AuthenticationProviderException(String arg0, Throwable arg1) Creates a new AuthenticationProviderException instance.AuthenticationProviderException(String arg0, Throwable arg1, boolean arg2, boolean arg3) Creates a new AuthenticationProviderException instance.Creates a new AuthenticationProviderException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationProviderException
public AuthenticationProviderException()Creates a new AuthenticationProviderException instance. -
AuthenticationProviderException
Creates a new AuthenticationProviderException instance.- Parameters:
arg0- human-readable error descriptionarg1- underlying exception that triggered this errorarg2- whether suppression is enabledarg3- whether the stack trace is writable
-
AuthenticationProviderException
Creates a new AuthenticationProviderException instance.- Parameters:
arg0- human-readable error descriptionarg1- underlying exception that triggered this error
-
AuthenticationProviderException
Creates a new AuthenticationProviderException instance.- Parameters:
arg0- human-readable error description
-
AuthenticationProviderException
Creates a new AuthenticationProviderException instance.- Parameters:
arg0- underlying exception that triggered this error
-