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.juneau
Subclasses of BasicRuntimeException in org.apache.juneauModifier and TypeClassDescriptionclass
General bean runtime operation exception.class
General class metadata runtime operation exception.class
An exception that typically occurs when trying to perform an invalid operation on a configuration property.class
General runtime operation exception that can occur in any of the context classes.class
General exception that occurs when trying to execute a constructor, method, or field using reflection.class
General 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 BasicRuntimeException
BasicRuntimeException.setUnmodifiable()
Specifies whether this bean should be unmodifiable. -
Uses of BasicRuntimeException in org.apache.juneau.annotation
Subclasses of BasicRuntimeException in org.apache.juneau.annotationModifier and TypeClassDescriptionclass
Defines an invalid usage of an annotation. -
Uses of BasicRuntimeException in org.apache.juneau.http.response
Subclasses of BasicRuntimeException in org.apache.juneau.http.responseModifier and TypeClassDescriptionclass
Exception representing an HTTP 400 (Bad Request).class
Basic implementation of theHttpResponse
interface for error responses.class
Exception representing an HTTP 409 (Conflict).class
Exception representing an HTTP 417 (Expectation Failed).class
Exception representing an HTTP 424 (Failed Dependency).class
Exception representing an HTTP 403 (Forbidden).class
Exception representing an HTTP 410 ().class
Exception representing an HTTP 505 ().class
Exception representing an HTTP 507 ().class
Exception representing an HTTP 500 (Internal Server Error).class
Exception representing an HTTP 411 ().class
Exception representing an HTTP 423 (Locked).class
Exception representing an HTTP 508 (Loop Detected).class
Exception representing an HTTP 405 (Method Not Allowed).class
Exception representing an HTTP 421 (Misdirected Request).class
Exception representing an HTTP 511 (Network Authentication Required).class
Exception representing an HTTP 406 (Not Acceptable).class
Exception representing an HTTP 510 (Not Extended).class
Exception representing an HTTP 404 (Not Found).class
Exception representing an HTTP 501 (Not Implemented).class
Exception representing an HTTP 413 (Payload Too Large).class
Exception representing an HTTP 412 (Precondition Failed).class
Exception representing an HTTP 428 (Precondition Required).class
Exception representing an HTTP 416 (Range Not Satisfiable).class
Exception representing an HTTP 431 (Request Header Fields Too Large).class
Exception representing an HTTP 503 (Service Unavailable).class
Exception representing an HTTP 429 (Too Many Requests).class
Exception representing an HTTP 401 (Unauthorized).class
Exception representing an HTTP 451 (Unavailable For Legal Reasons).class
Exception representing an HTTP 422 (Unprocessable Entity).class
Exception representing an HTTP 415 (Unsupported Media Type).class
Exception representing an HTTP 426 (Upgrade Required).class
Exception representing an HTTP 414 (URI Too Long).class
Exception representing an HTTP 506 (Variant Also Negotiate). -
Uses of BasicRuntimeException in org.apache.juneau.httppart
Subclasses of BasicRuntimeException in org.apache.juneau.httppartModifier and TypeClassDescriptionclass
Exception thrown when an HTTP part fails schema validation during parsing. -
Uses of BasicRuntimeException in org.apache.juneau.objecttools
Subclasses of BasicRuntimeException in org.apache.juneau.objecttoolsModifier and TypeClassDescriptionclass
Generic exception thrown from theObjectRest
class.class
Indicates an invalid search pattern was specified. -
Uses of BasicRuntimeException in org.apache.juneau.parser
Subclasses of BasicRuntimeException in org.apache.juneau.parserModifier and TypeClassDescriptionclass
Exception that indicates invalid syntax encountered during parsing. -
Uses of BasicRuntimeException in org.apache.juneau.rest.arg
Subclasses of BasicRuntimeException in org.apache.juneau.rest.argModifier and TypeClassDescriptionclass
General exception due to a malformed Java parameter. -
Uses of BasicRuntimeException in org.apache.juneau.rest.client.remote
Subclasses of BasicRuntimeException in org.apache.juneau.rest.client.remoteModifier and TypeClassDescriptionclass
Exceptions caused by invalid REST proxy classes. -
Uses of BasicRuntimeException in org.apache.juneau.serializer
Subclasses of BasicRuntimeException in org.apache.juneau.serializerModifier and TypeClassDescriptionclass
General exception thrown whenever an error occurs during serialization. -
Uses of BasicRuntimeException in org.apache.juneau.svl
Subclasses of BasicRuntimeException in org.apache.juneau.svlModifier and TypeClassDescriptionclass
Exception that occurs during a var resolver session.