Class HttpStatusRuntimeException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, StatusCodeAccessor<HttpStatusCode>, UrlAccessor
Direct Known Subclasses:
BadGatewayRuntimeException, BadRequestRuntimeException, ConflictRuntimeException, ExpectationFailedRuntimeException, FailedDependencyRuntimeException, ForbiddenRuntimeException, GatewayTimeoutRuntimeException, GoneRuntimeException, HttpResponseRuntimeException, HttpVersionNotSupportedRuntimeException, InsufficientSpaceOnResourceRuntimeException, InsufficientStorageRuntimeException, InternalClientErrorRuntimeException, InternalServerErrorRuntimeException, LengthRequiredRuntimeException, LockedRuntimeException, MethodFailureRuntimeException, MethodNotAllowedRuntimeException, MovedPermanentlyRuntimeException, MovedTemporarilyRuntimeException, MultipleChoicesRuntimeException, MultiStatusRuntimeException, NoContentRuntimeException, NonAuthoritativeInformationRuntimeException, NotAcceptableRuntimeException, NotFoundRuntimeException, NotImplementedRuntimeException, NotModifiedRuntimeException, PartialContentRuntimeException, PaymentRequiredRuntimeException, PreconditionFailedRuntimeException, ProxyAuthenticationRequiredRuntimeException, ReauthenticationRequiredRuntimeException, RequestedRangeNotSatisfiableRuntimeException, RequestTimeoutRuntimeException, RequestTooLongRuntimeException, RequestUriTooLongRuntimeException, ResetContentRuntimeException, SeeOtherRuntimeException, ServiceUnavailableRuntimeException, TemporaryRedirectRuntimeException, UnassignedStatusCodeRuntimeException, UnauthorizedRuntimeException, UnavailableForLegalReasonsRuntimeException, UnprocessableEntityRuntimeException, UnsupportedMediaTypeRuntimeException, UseProxyRuntimeException, VersionNotSupportedRuntimeException

public class HttpStatusRuntimeException extends HttpRuntimeException implements StatusCodeAccessor<HttpStatusCode>, UrlAccessor
See Also: