Class RequestHandlerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MethodNotAllowedException

public class RequestHandlerException extends GeneralException
RequestHandlerException
See Also:
  • Constructor Details

    • RequestHandlerException

      public RequestHandlerException(String str, Throwable t)
    • RequestHandlerException

      public RequestHandlerException(Throwable t)
    • RequestHandlerException

      public RequestHandlerException(String str)
    • RequestHandlerException

      public RequestHandlerException()