Package org.h2.security.auth
Class AuthConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.h2.security.auth.AuthConfigException
- All Implemented Interfaces:
Serializable
Exception thrown when an issue occurs during the authentication configuration
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthConfigException(String message) AuthConfigException(String message, Throwable cause) AuthConfigException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthConfigException
public AuthConfigException() -
AuthConfigException
-
AuthConfigException
-
AuthConfigException
-