Class BitbucketErrorHandler

  • All Implemented Interfaces:
    org.jclouds.http.HttpErrorHandler

    public class BitbucketErrorHandler
    extends java.lang.Object
    implements org.jclouds.http.HttpErrorHandler
    Handle errors and propagate exception.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.jclouds.logging.Logger logger  
      • Fields inherited from interface org.jclouds.http.HttpErrorHandler

        NOOP
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleError​(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        protected org.jclouds.logging.Logger logger
    • Constructor Detail

      • BitbucketErrorHandler

        public BitbucketErrorHandler()
    • Method Detail

      • handleError

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