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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitbucketApiException(RESTCall restCall)
BitbucketApiException(String message)
BitbucketApiException(String message, Throwable cause)
BitbucketApiException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRestCallStatusCode()
URI
getRestCallURI()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getRestCallStatusCode
public int getRestCallStatusCode()
-
getRestCallURI
public URI getRestCallURI()
-
-