Class InsufficientStorage

All Implemented Interfaces:
Serializable, HttpMessage, HttpResponse

@Response @StatusCode(507) @Schema(description="Insufficient Storage") public class InsufficientStorage extends BasicHttpException
Exception representing an HTTP 507 ().

The server is unable to store the representation needed to complete the request.

See Also: