Class BitbucketClientException

    • Constructor Detail

      • BitbucketClientException

        public BitbucketClientException​(String message,
                                        int responseCode,
                                        @Nullable
                                        String body)
      • BitbucketClientException

        public BitbucketClientException​(IOException e)
      • BitbucketClientException

        public BitbucketClientException​(String message,
                                        Throwable cause,
                                        @Nullable
                                        String body)
      • BitbucketClientException

        public BitbucketClientException​(String message,
                                        Throwable cause)
      • BitbucketClientException

        public BitbucketClientException​(String message,
                                        @Nullable
                                        Throwable cause,
                                        int responseCode,
                                        @Nullable
                                        String body)
      • BitbucketClientException

        public BitbucketClientException​(String message)