Class ErrorHandlerException.ClassNotFound

All Implemented Interfaces:
Serializable
Enclosing class:
ErrorHandlerException

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

    • ClassNotFound

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