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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResponseException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getValidationReport
-