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 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 Summary
ConstructorDescriptionConstructor for AuthenticationProviderException.Constructor for AuthenticationProviderException.AuthenticationProviderException
(String arg0, Throwable arg1) Constructor for AuthenticationProviderException.AuthenticationProviderException
(String arg0, Throwable arg1, boolean arg2, boolean arg3) Constructor for AuthenticationProviderException.Constructor for AuthenticationProviderException. -
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()Constructor for AuthenticationProviderException.
-
AuthenticationProviderException
Constructor for AuthenticationProviderException.
-
AuthenticationProviderException
Constructor for AuthenticationProviderException.
-
AuthenticationProviderException
Constructor for AuthenticationProviderException.
- Parameters:
arg0
- aString
object.
-
AuthenticationProviderException
Constructor for AuthenticationProviderException.
- Parameters:
arg0
- aThrowable
object.
-