Class HttpStatusException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap, StatusCodeAccessor<HttpStatusCode>, UrlAccessor
Direct Known Subclasses:
BadGatewayException, BadRequestException, ConflictException, ExpectationFailedException, FailedDependencyException, ForbiddenException, GatewayTimeoutException, GoneException, HttpResponseException, HttpVersionNotSupportedException, InsufficientSpaceOnResourceException, InsufficientStorageException, InternalClientErrorException, InternalServerErrorException, LengthRequiredException, LockedException, MethodFailureException, MethodNotAllowedException, MovedPermanentlyException, MovedTemporarilyException, MultipleChoicesException, MultiStatusException, NoContentException, NonAuthoritativeInformationException, NotAcceptableException, NotFoundException, NotImplementedException, NotModifiedException, PartialContentException, PaymentRequiredException, PreconditionFailedException, ProxyAuthenticationRequiredException, ReauthenticationRequiredException, RequestedRangeNotSatisfiableException, RequestTimeoutException, RequestTooLongException, RequestUriTooLongException, ResetContentException, SeeOtherException, ServiceUnavailableException, TemporaryRedirectException, UnassignedStatusCodeException, UnauthorizedException, UnavailableForLegalReasonsException, UnprocessableEntityException, UnsupportedMediaTypeException, UseProxyException, VersionNotSupportedException

public class HttpStatusException extends HttpException implements StatusCodeAccessor<HttpStatusCode>, UrlAccessor
Base HTTP exception, thrown in case of HTTP status code related exceptions (e.g. as of a HTTP response was of an erroneous status).
See Also: