public class NotAcceptableStatusException extends ResponseStatusException
Constructor and Description |
---|
NotAcceptableStatusException(List<MediaType> supportedMediaTypes)
Constructor for when the requested Content-Type is not supported.
|
NotAcceptableStatusException(String reason)
Constructor for when the requested Content-Type is invalid.
|
Modifier and Type | Method and Description |
---|---|
List<MediaType> |
getSupportedMediaTypes()
Return the list of supported content types in cases when the Accept
header is parsed but not supported, or an empty list otherwise.
|
getMessage, getReason, getStatus
contains, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotAcceptableStatusException(String reason)