Class NotAcceptable

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(406) @Schema(description="Not Acceptable") public class NotAcceptable extends BasicHttpException
Exception representing an HTTP 406 (Not Acceptable).
The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
See Also: