Uses of Class
org.openstack4j.api.exceptions.ResponseException
-
Packages that use ResponseException Package Description org.openstack4j.api.exceptions org.openstack4j.core.transport -
-
Uses of ResponseException in org.openstack4j.api.exceptions
Subclasses of ResponseException in org.openstack4j.api.exceptions Modifier and Type Class Description classAuthenticationExceptionAn exception that is thrown when Credentials failed or the default tenant is invalidclassClientResponseExceptionCaptures Server based Errors (Return Codes between 400 - 499)classConnectionExceptionAn exception which is thrown when a connection/IO exception has occurred with the remote hostclassContainerNotEmptyExceptionAn exception that is thrown when an Object Storage Container is attempted to be deleted that is not emptyclassServerResponseExceptionCaptures Server based Errors (Return Codes between 500 - 600)Methods in org.openstack4j.api.exceptions that return ResponseException Modifier and Type Method Description static ResponseExceptionResponseException. mapException(String message, int status)Deprecated.static ResponseExceptionResponseException. mapException(String message, int status, Throwable cause)Maps an Exception based on the underlying status codestatic ResponseExceptionResponseException. mapException(HttpResponse response)static ResponseExceptionResponseException. mapException(HttpResponse response, String message) -
Uses of ResponseException in org.openstack4j.core.transport
Methods in org.openstack4j.core.transport that return ResponseException Modifier and Type Method Description static ResponseExceptionHttpExceptionHandler. mapException(String message, int status)Deprecated.static ResponseExceptionHttpExceptionHandler. mapException(String message, int status, Throwable cause)Deprecated.
-