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(ParseJson<GenericResponseContainer<ErrorResponse>> 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(ParseJson<GenericResponseContainer<ErrorResponse>> errorParser)
Method Detail

handleError

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


Copyright © 2009-2012 jclouds. All Rights Reserved.