Uses of Class
org.apache.juneau.http.response.InsufficientStorage
Packages that use InsufficientStorage
Package
Description
HTTP Response Exception Beans
- 
Uses of InsufficientStorage in org.apache.juneau.httpFields in org.apache.juneau.http declared as InsufficientStorageModifier and TypeFieldDescriptionstatic final InsufficientStorageHttpResponses.INSUFFICIENT_STORAGEA synonym forINSTANCE.Methods in org.apache.juneau.http that return InsufficientStorageModifier and TypeMethodDescriptionstatic final InsufficientStorageHttpResponses.insufficientStorage()A shortcut for callingInsufficientStorage().
- 
Uses of InsufficientStorage in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as InsufficientStorageModifier and TypeFieldDescriptionstatic final InsufficientStorageInsufficientStorage.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return InsufficientStorageModifier and TypeMethodDescriptionInsufficientStorage.copy()Creates a modifiable copy of this bean.InsufficientStorage.setHeader2(String name, Object value) InsufficientStorage.setHeaders(HeaderList value) InsufficientStorage.setHeaders2(Header... values) InsufficientStorage.setLocale2(Locale value) InsufficientStorage.setMessage(String message, Object... args) InsufficientStorage.setProtocolVersion(ProtocolVersion value) InsufficientStorage.setReasonPhrase2(String value) InsufficientStorage.setReasonPhraseCatalog(ReasonPhraseCatalog value) InsufficientStorage.setStatusCode2(int code) InsufficientStorage.setStatusLine(BasicStatusLine value) InsufficientStorage.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type InsufficientStorageModifierConstructorDescriptionprotectedInsufficientStorage(InsufficientStorage copyFrom) Copy constructor.