Create a new NoSuchRequestHandlingMethodException for the given request.
Parameters: request - the offending HTTP request
NoSuchRequestHandlingMethodException
public NoSuchRequestHandlingMethodException(String methodName, Class controllerClass)(Code)
Create a new NoSuchRequestHandlingMethodException for the given request.
Parameters: methodName - the name of the handler method that wasn't found Parameters: controllerClass - the class the handler method was expected to be in