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