Package org.h2.security.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.h2.security.auth.AuthenticationException
- All Implemented Interfaces:
Serializable
Exception thrown in case of errors during authentication
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException
(String message) AuthenticationException
(String message, Throwable cause) AuthenticationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AuthenticationException
public AuthenticationException() -
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-