Package org.jclouds.azure.storage
Class AzureStorageResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jclouds.http.HttpResponseException
-
- org.jclouds.azure.storage.AzureStorageResponseException
-
- All Implemented Interfaces:
Serializable
public class AzureStorageResponseException extends HttpResponseException
Encapsulates an Error from Azure Storage Services.- See Also:
- ,
AzureStorageError
,org.jclouds.aws.handlers.ParseAzureStorageErrorFromXmlContent
, Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jclouds.http.HttpResponseException
command, response
-
-
Constructor Summary
Constructors Constructor Description AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error)
AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error)
AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureStorageError
getError()
void
setError(AzureStorageError error)
-
Methods inherited from class org.jclouds.http.HttpResponseException
getCommand, getContent, getResponse, setContent
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AzureStorageResponseException
public AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error)
-
AzureStorageResponseException
public AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
-
AzureStorageResponseException
public AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error)
-
AzureStorageResponseException
public AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
-
-
Method Detail
-
setError
public void setError(AzureStorageError error)
-
getError
@Nullable public AzureStorageError getError()
-
-