public class ParseAzureStorageErrorFromXmlContent extends Object implements HttpErrorHandler
AzureStorageError
Modifier and Type | Field and Description |
---|---|
static Pattern |
CONTAINER_KEY_PATH |
static Pattern |
CONTAINER_PATH |
protected Logger |
logger |
NOOP
Constructor and Description |
---|
ParseAzureStorageErrorFromXmlContent(AzureStorageUtils utils) |
Modifier and Type | Method and Description |
---|---|
void |
handleError(HttpCommand command,
HttpResponse response) |
protected Exception |
refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AzureStorageError error,
String message) |
protected Logger logger
public static final Pattern CONTAINER_PATH
public static final Pattern CONTAINER_KEY_PATH
@Inject public ParseAzureStorageErrorFromXmlContent(AzureStorageUtils utils)
public void handleError(HttpCommand command, HttpResponse response)
handleError
in interface HttpErrorHandler
protected Exception refineException(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)
Copyright © 2009-2012 jclouds. All Rights Reserved.