@Singleton public class ParseAWSErrorFromXmlContent extends Object implements HttpErrorHandler
AWSError
Modifier and Type | Field and Description |
---|---|
protected Logger |
logger |
NOOP
Constructor and Description |
---|
ParseAWSErrorFromXmlContent(AWSUtils utils) |
Modifier and Type | Method and Description |
---|---|
void |
handleError(HttpCommand command,
HttpResponse response) |
protected Exception |
refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message) |
protected Logger logger
public void handleError(HttpCommand command, HttpResponse response)
handleError
in interface HttpErrorHandler
protected Exception refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)
Copyright © 2009-2012 jclouds. All Rights Reserved.