| Enum | Description |
|---|---|
| StatusCode |
Maps the documented API status codes into a StatusCode Enumeration Type.
|
| Exception | Description |
|---|---|
| ApiNotFoundException |
Exception which is thrown when an API lookup did not succeed
|
| AuthenticationException |
An exception that is thrown when Credentials failed or the default tenant is invalid
|
| ClientResponseException |
Captures Server based Errors (Return Codes between 400 - 499)
|
| ConnectionException |
An exception which is thrown when a connection/IO exception has occurred with the remote host
|
| ConnectorNotFoundException |
Exception that is thrown when the user hasn't included the desired OpenStack4j connector within their classpath
|
| ContainerNotEmptyException |
An exception that is thrown when an Object Storage Container is attempted to be deleted that is not empty
|
| OS4JException |
Base OpenStackj Exception
|
| RegionEndpointNotFoundException |
Exception that is thrown when a Service Endpoint cannot be found for the user specified Region
|
| ResponseException |
Base Exception for HTTP Errors during Rest Operations
|
| ServerResponseException |
Captures Server based Errors (Return Codes between 500 - 600)
|
Copyright © 2017. All rights reserved.