Class InvalidRequestHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.john.amiscaray.quak.web.controller.exception.InvalidRequestHandlerException
All Implemented Interfaces:
Serializable

public class InvalidRequestHandlerException extends RuntimeException
Thrown when the WebStarter finds an incorrectly defined handler method.
See Also:
  • Constructor Details

    • InvalidRequestHandlerException

      public InvalidRequestHandlerException(Class<?> controllerClass, Method handlerMethod)