Exception | Description |
---|---|
AlreadyExistsException |
Exception thrown on HTTP 409 means a resource already exists.
|
BadRequestException |
Exception thrown on HTTP 400 - Bad Request.
|
ForbiddenException |
Exception thrown on HTTP 403 Forbidden.
|
NoSuchResourceException |
Exception thrown on HTTP 404 means a resource not exists.
|
NotAuthorizedException |
Exception thrown on HTTP 401 Unauthorized.
|
RESTException |
Base class for REST client exceptions.
|
ServiceFailureException |
Exception thrown on HTTP 500 - Bad Request.
|
ServiceUnavailableException |
Exception thrown on HTTP 503 - service is unavailable.
|
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.