Class BitbucketClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthorizationException, BadRequestException, ConnectionFailureException, MirrorFetchException, NoContentException, NotFoundException, RateLimitedException, ServerErrorException, UnhandledErrorException

public class BitbucketClientException extends RuntimeException
Base exception for all BitbucketClient exceptions.
See Also:
  • Constructor Details

    • 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)
  • Method Details