Class InvalidResponseException

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

@ResponseStatus(INTERNAL_SERVER_ERROR) public class InvalidResponseException extends RuntimeException
In case the response is invalid.

The response will be mapped to an appropriate HttpStatus.

See Also: