public class ParseSwiftErrorFromHttpResponse extends Object implements HttpErrorHandler
Modifier and Type | Field and Description |
---|---|
static Pattern |
CONTAINER_KEY_PATH |
static Pattern |
CONTAINER_PATH |
protected Logger |
logger |
static String |
PREFIX |
NOOP
Constructor and Description |
---|
ParseSwiftErrorFromHttpResponse() |
Modifier and Type | Method and Description |
---|---|
void |
handleError(HttpCommand command,
HttpResponse response) |
protected Logger logger
public static final String PREFIX
public static final Pattern CONTAINER_PATH
public static final Pattern CONTAINER_KEY_PATH
public void handleError(HttpCommand command, HttpResponse response)
handleError
in interface HttpErrorHandler
Copyright © 2009-2012 jclouds. All Rights Reserved.