Package io.goobi.viewer.exceptions
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.AuthenticationException
- All Implemented Interfaces:
Serializable
Thrown when user authentication fails due to invalid credentials or an expired session.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String string) Creates a new AuthenticationException 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
-
AuthenticationException
Creates a new AuthenticationException instance.- Parameters:
string-String
-