Class BitbucketApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.plugins.bitbucket.api.BitbucketApiException
All Implemented Interfaces:
Serializable

public class BitbucketApiException extends Exception
See Also:
  • Constructor Details

    • BitbucketApiException

      public BitbucketApiException(String message)
    • BitbucketApiException

      public BitbucketApiException(Throwable cause)
    • BitbucketApiException

      public BitbucketApiException(String message, Throwable cause)
    • BitbucketApiException

      public BitbucketApiException(RESTCall restCall)
  • Method Details

    • getRestCallStatusCode

      public int getRestCallStatusCode()
    • getRestCallURI

      public URI getRestCallURI()