Uses of Class
org.apache.juneau.BasicRuntimeException
Packages that use BasicRuntimeException
Package
Description
HTTP Response Exception Beans
REST Method Argument Beans
Remote REST API
- 
Uses of BasicRuntimeException in org.apache.juneauSubclasses of BasicRuntimeException in org.apache.juneauModifier and TypeClassDescriptionclassGeneral bean runtime operation exception.classGeneral class metadata runtime operation exception.classAn exception that typically occurs when trying to perform an invalid operation on a configuration property.classGeneral runtime operation exception that can occur in any of the context classes.classGeneral exception that occurs when trying to execute a constructor, method, or field using reflection.classGeneral invalid conversion exception.Methods in org.apache.juneau that return BasicRuntimeExceptionModifier and TypeMethodDescriptionBasicRuntimeException.setMessage(String message, Object... args) Sets the detail message on this exception.protected BasicRuntimeExceptionBasicRuntimeException.setUnmodifiable()Specifies whether this bean should be unmodifiable.
- 
Uses of BasicRuntimeException in org.apache.juneau.annotationSubclasses of BasicRuntimeException in org.apache.juneau.annotationModifier and TypeClassDescriptionclassDefines an invalid usage of an annotation.
- 
Uses of BasicRuntimeException in org.apache.juneau.http.responseSubclasses of BasicRuntimeException in org.apache.juneau.http.responseModifier and TypeClassDescriptionclassException representing an HTTP 400 (Bad Request).classBasic implementation of theHttpResponseinterface for error responses.classException representing an HTTP 409 (Conflict).classException representing an HTTP 417 (Expectation Failed).classException representing an HTTP 424 (Failed Dependency).classException representing an HTTP 403 (Forbidden).classException representing an HTTP 410 ().classException representing an HTTP 505 ().classException representing an HTTP 507 ().classException representing an HTTP 500 (Internal Server Error).classException representing an HTTP 411 ().classException representing an HTTP 423 (Locked).classException representing an HTTP 508 (Loop Detected).classException representing an HTTP 405 (Method Not Allowed).classException representing an HTTP 421 (Misdirected Request).classException representing an HTTP 511 (Network Authentication Required).classException representing an HTTP 406 (Not Acceptable).classException representing an HTTP 510 (Not Extended).classException representing an HTTP 404 (Not Found).classException representing an HTTP 501 (Not Implemented).classException representing an HTTP 413 (Payload Too Large).classException representing an HTTP 412 (Precondition Failed).classException representing an HTTP 428 (Precondition Required).classException representing an HTTP 416 (Range Not Satisfiable).classException representing an HTTP 431 (Request Header Fields Too Large).classException representing an HTTP 503 (Service Unavailable).classException representing an HTTP 429 (Too Many Requests).classException representing an HTTP 401 (Unauthorized).classException representing an HTTP 451 (Unavailable For Legal Reasons).classException representing an HTTP 422 (Unprocessable Entity).classException representing an HTTP 415 (Unsupported Media Type).classException representing an HTTP 426 (Upgrade Required).classException representing an HTTP 414 (URI Too Long).classException representing an HTTP 506 (Variant Also Negotiate).
- 
Uses of BasicRuntimeException in org.apache.juneau.httppartSubclasses of BasicRuntimeException in org.apache.juneau.httppartModifier and TypeClassDescriptionclassException thrown when an HTTP part fails schema validation during parsing.
- 
Uses of BasicRuntimeException in org.apache.juneau.objecttoolsSubclasses of BasicRuntimeException in org.apache.juneau.objecttoolsModifier and TypeClassDescriptionclassGeneric exception thrown from theObjectRestclass.classIndicates an invalid search pattern was specified.
- 
Uses of BasicRuntimeException in org.apache.juneau.parserSubclasses of BasicRuntimeException in org.apache.juneau.parserModifier and TypeClassDescriptionclassException that indicates invalid syntax encountered during parsing.
- 
Uses of BasicRuntimeException in org.apache.juneau.rest.argSubclasses of BasicRuntimeException in org.apache.juneau.rest.argModifier and TypeClassDescriptionclassGeneral exception due to a malformed Java parameter.
- 
Uses of BasicRuntimeException in org.apache.juneau.rest.client.remoteSubclasses of BasicRuntimeException in org.apache.juneau.rest.client.remoteModifier and TypeClassDescriptionclassExceptions caused by invalid REST proxy classes.
- 
Uses of BasicRuntimeException in org.apache.juneau.serializerSubclasses of BasicRuntimeException in org.apache.juneau.serializerModifier and TypeClassDescriptionclassGeneral exception thrown whenever an error occurs during serialization.
- 
Uses of BasicRuntimeException in org.apache.juneau.svlSubclasses of BasicRuntimeException in org.apache.juneau.svlModifier and TypeClassDescriptionclassException that occurs during a var resolver session.