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.
  • Constructor Details

    • CinderErrorHandler

      public CinderErrorHandler()
  • Method Details

    • handleError

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