Class ExtraWebServerConfigurationException.ClassNotFound

All Implemented Interfaces:
Serializable
Enclosing class:
ExtraWebServerConfigurationException

public static class ExtraWebServerConfigurationException.ClassNotFound extends ExtraWebServerConfigurationException
Exception indicates that request class was not found.
Since:
1.3.0
See Also:
  • Constructor Details

    • ClassNotFound

      public ClassNotFound(String className)
      Build a new instance.
      Parameters:
      className - The class name
      Since:
      1.3.0