org.jclouds.http.handlers
Class CloseContentAndSetExceptionErrorHandler

java.lang.Object
  extended by org.jclouds.http.handlers.CloseContentAndSetExceptionErrorHandler
All Implemented Interfaces:
HttpErrorHandler

@Singleton
public class CloseContentAndSetExceptionErrorHandler
extends Object
implements HttpErrorHandler

Author:
Adrian Cole

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

Constructor Detail

CloseContentAndSetExceptionErrorHandler

public CloseContentAndSetExceptionErrorHandler()
Method Detail

handleError

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


Copyright © 2009-2012 jclouds. All Rights Reserved.