Package | Description |
---|---|
org.openstack4j.api.exceptions | |
org.openstack4j.core.transport |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
An exception that is thrown when Credentials failed or the default tenant is invalid
|
class |
ClientResponseException
Captures Server based Errors (Return Codes between 400 - 499)
|
class |
ConnectionException
An exception which is thrown when a connection/IO exception has occurred with the remote host
|
class |
ContainerNotEmptyException
An exception that is thrown when an Object Storage Container is attempted to be deleted that is not empty
|
class |
ServerResponseException
Captures Server based Errors (Return Codes between 500 - 600)
|
Modifier and Type | Method and Description |
---|---|
static ResponseException |
ResponseException.mapException(String message,
int status)
Maps an Exception based on the underlying status code
|
static ResponseException |
ResponseException.mapException(String message,
int status,
Throwable cause)
Maps an Exception based on the underlying status code
|
Modifier and Type | Method and Description |
---|---|
static ResponseException |
HttpExceptionHandler.mapException(String message,
int status)
Maps an Exception based on the underlying status code
|
static ResponseException |
HttpExceptionHandler.mapException(String message,
int status,
Throwable cause)
Maps an Exception based on the underlying status code
|
Copyright © 2017. All rights reserved.