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 |
---|---|
Map<String,String> |
getHeaders()
Return a Map with an "Accept" header.
|
HttpHeaders |
getResponseHeaders()
Return HttpHeaders with an "Accept" header, or an empty instance.
|
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)
public Map<String,String> getHeaders()
getHeaders
in class ResponseStatusException
public HttpHeaders getResponseHeaders()
getResponseHeaders
in class ResponseStatusException