Package org.jclouds.gogrid.handlers
Class GoGridErrorHandler
- java.lang.Object
-
- org.jclouds.gogrid.handlers.GoGridErrorHandler
-
- All Implemented Interfaces:
org.jclouds.http.HttpErrorHandler
public class GoGridErrorHandler extends Object implements org.jclouds.http.HttpErrorHandler
-
-
Constructor Summary
Constructors Constructor Description GoGridErrorHandler(org.jclouds.http.functions.ParseJson<GenericResponseContainer<ErrorResponse>> errorParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleError(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response)
-
-
-
Constructor Detail
-
GoGridErrorHandler
@Inject public GoGridErrorHandler(org.jclouds.http.functions.ParseJson<GenericResponseContainer<ErrorResponse>> errorParser)
-
-