Package org.jclouds.http.handlers
Class CloseContentAndSetExceptionErrorHandler
- java.lang.Object
-
- org.jclouds.http.handlers.CloseContentAndSetExceptionErrorHandler
-
- All Implemented Interfaces:
HttpErrorHandler
@Singleton public class CloseContentAndSetExceptionErrorHandler extends Object implements HttpErrorHandler
-
-
Field Summary
-
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP
-
-
Constructor Summary
Constructors Constructor Description CloseContentAndSetExceptionErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleError(HttpCommand command, HttpResponse from)
-
-
-
Method Detail
-
handleError
public void handleError(HttpCommand command, HttpResponse from)
- Specified by:
handleError
in interfaceHttpErrorHandler
-
-