org.jclouds.gogrid.handlers
Class GoGridErrorHandler

java.lang.Object
  extended by org.jclouds.gogrid.handlers.GoGridErrorHandler
All Implemented Interfaces:
HttpErrorHandler

public class GoGridErrorHandler
extends Object
implements HttpErrorHandler

Author:
Oleksiy Yarmula

Field Summary
 
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
 
Constructor Summary
GoGridErrorHandler(ParseErrorFromJsonResponse errorParser)
           
 
Method Summary
 void handleError(HttpCommand command, HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoGridErrorHandler

@Inject
public GoGridErrorHandler(ParseErrorFromJsonResponse errorParser)
Method Detail

handleError

public void handleError(HttpCommand command,
                        HttpResponse response)
Specified by:
handleError in interface HttpErrorHandler


Copyright © 2009-2011 jclouds. All Rights Reserved.