java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.javalin.community.ssl.SSLConfigException
- All Implemented Interfaces:
Serializable
Exception thrown when the SSLConfig is invalid.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTypes of errors that can occur when configuring SSL. -
Constructor Summary
ConstructorsConstructorDescriptionSSLConfigException(SSLConfigException.Types type, String extraInformation) SSLConfigException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSLConfigException
-
SSLConfigException
-
SSLConfigException
-