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.http
Fields in org.apache.juneau.http declared as InsufficientStorageModifier and TypeFieldDescriptionstatic final InsufficientStorage
HttpResponses.INSUFFICIENT_STORAGE
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return InsufficientStorageModifier and TypeMethodDescriptionstatic final InsufficientStorage
HttpResponses.insufficientStorage()
A shortcut for callingInsufficientStorage()
. -
Uses of InsufficientStorage in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as InsufficientStorageModifier and TypeFieldDescriptionstatic final InsufficientStorage
InsufficientStorage.INSTANCE
Reusable 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 InsufficientStorageModifierConstructorDescriptionprotected
InsufficientStorage
(InsufficientStorage copyFrom) Copy constructor.