public class AzureStorageResponseException extends HttpResponseException
AzureStorageError
,
org.jclouds.aws.handlers.ParseAzureStorageErrorFromXmlContent
,
Serialized Formcommand, response
Constructor and Description |
---|
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error) |
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause) |
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error) |
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
AzureStorageError |
getError() |
void |
setError(AzureStorageError error) |
getCommand, getContent, getResponse, setContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error)
public AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
public AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error)
public AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
public void setError(AzureStorageError error)
public AzureStorageError getError()
Copyright © 2009-2012 jclouds. All Rights Reserved.