Package dev.voidframework.web.exception
Class HttpsWebServerConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.HttpsWebServerConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpsWebServerConfigurationException.CannotLoadKeyStore,HttpsWebServerConfigurationException.KeyManagerInitFailure,HttpsWebServerConfigurationException.KeyNotFound,HttpsWebServerConfigurationException.SSLContextInitFailure
All exceptions related to the https web server configuration are subclasses of
HttpsWebServerConfigurationException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that key store cannot be loaded.static classException indicates that key manager cannot be initialized.static classException indicates that requested key was not found.static classException indicates that SSL context cannot be initialized. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuild a new instance.protectedHttpsWebServerConfigurationException(String message, Throwable cause) Build a new 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
-
HttpsWebServerConfigurationException
Build a new instance.- Parameters:
message- The detail messagecause- The root cause
-
HttpsWebServerConfigurationException
Build a new instance.- Parameters:
message- The detail message
-