Package dev.voidframework.web.exception
Class HttpsWebServerConfigurationException.CannotLoadKeyStore
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.HttpsWebServerConfigurationException
dev.voidframework.web.exception.HttpsWebServerConfigurationException.CannotLoadKeyStore
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HttpsWebServerConfigurationException
public static class HttpsWebServerConfigurationException.CannotLoadKeyStore
extends HttpsWebServerConfigurationException
Exception indicates that key store cannot be loaded.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.HttpsWebServerConfigurationException
HttpsWebServerConfigurationException.CannotLoadKeyStore, HttpsWebServerConfigurationException.KeyManagerInitFailure, HttpsWebServerConfigurationException.KeyNotFound, HttpsWebServerConfigurationException.SSLContextInitFailure -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotLoadKeyStore
Build a new instance.- Parameters:
cause- The cause
-