Class CinderErrorHandler
java.lang.Object
org.jclouds.openstack.cinder.v1.handlers.CinderErrorHandler
- All Implemented Interfaces:
org.jclouds.http.HttpErrorHandler
@Singleton
public class CinderErrorHandler
extends Object
implements org.jclouds.http.HttpErrorHandler
This will parse and set an appropriate exception on the command object.
-
Field Summary
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response)
-
Constructor Details
-
CinderErrorHandler
public CinderErrorHandler()
-
-
Method Details
-
handleError
public void handleError(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response) - Specified by:
handleErrorin interfaceorg.jclouds.http.HttpErrorHandler
-