Uses of Class
org.apache.juneau.rest.arg.ArgException
Packages that use ArgException
-
Uses of ArgException in org.apache.juneau.rest.arg
Methods in org.apache.juneau.rest.arg that return ArgExceptionModifier and TypeMethodDescriptionArgException.copy()ArgException.setContent(String value) ArgException.setContent(HttpEntity value) ArgException.setHeader2(String name, Object value) ArgException.setHeaders(List<Header> values) ArgException.setHeaders(HeaderList value) ArgException.setHeaders2(Header... values) ArgException.setLocale2(Locale value) ArgException.setMessage(String message, Object... args) ArgException.setProtocolVersion(ProtocolVersion value) ArgException.setReasonPhrase2(String value) ArgException.setReasonPhraseCatalog(ReasonPhraseCatalog value) ArgException.setStatusLine(BasicStatusLine value) ArgException.setUnmodifiable()Constructors in org.apache.juneau.rest.arg with parameters of type ArgException