Class KeystoneErrorHandler

java.lang.Object
org.jclouds.openstack.keystone.v2_0.handlers.KeystoneErrorHandler
All Implemented Interfaces:
org.jclouds.http.HttpErrorHandler

@Singleton public class KeystoneErrorHandler extends Object implements org.jclouds.http.HttpErrorHandler
This will parse and set an appropriate exception on the command object.
  • Constructor Details

    • KeystoneErrorHandler

      public KeystoneErrorHandler()
  • 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