Package dev.voidframework.web.exception
Class HttpsWebServerConfigurationException.KeyNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.HttpsWebServerConfigurationException
dev.voidframework.web.exception.HttpsWebServerConfigurationException.KeyNotFound
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HttpsWebServerConfigurationException
public static class HttpsWebServerConfigurationException.KeyNotFound
extends HttpsWebServerConfigurationException
Exception indicates that requested key was not found.
- Since:
- 1.6.0
- 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
-
KeyNotFound
Build a new instance.- Parameters:
keyAlias- The key alias- Since:
- 1.6.0
-