Class RangeNotSatisfiable

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(416) @Schema(description="Range Not Satisfiable") public class RangeNotSatisfiable extends BasicHttpException
Exception representing an HTTP 416 (Range Not Satisfiable).

The client has asked for a portion of the file (byte serving), but the server cannot supply that portion.
For example, if the client asked for a part of the file that lies beyond the end of the file.

See Also: