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

public class HttpsWebServerConfigurationException extends RuntimeException
All exceptions related to the https web server configuration are subclasses of HttpsWebServerConfigurationException.
See Also:
  • Constructor Details

    • HttpsWebServerConfigurationException

      protected HttpsWebServerConfigurationException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The root cause
    • HttpsWebServerConfigurationException

      protected HttpsWebServerConfigurationException(String message)
      Build a new instance.
      Parameters:
      message - The detail message