Class InvalidRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.oai.validator.springmvc.InvalidRequestException
All Implemented Interfaces:
Serializable

@ResponseStatus(BAD_REQUEST) public class InvalidRequestException extends RuntimeException
In case the request is invalid.

The requests response will be mapped to an appropriate HttpStatus.

See Also: