Class InsufficientStorage

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.http.response.BasicHttpException
org.apache.juneau.http.response.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: