Class 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:
  • Constructor Details

    • KeyNotFound

      public KeyNotFound(String keyAlias)
      Build a new instance.
      Parameters:
      keyAlias - The key alias
      Since:
      1.6.0