Class ExtraWebServerConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ExtraWebServerConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtraWebServerConfigurationException.CantInstantiate, ExtraWebServerConfigurationException.ClassNotFound, ExtraWebServerConfigurationException.InvalidClass

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

    • ExtraWebServerConfigurationException

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

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