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
Base exception for all BitbucketClient exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBitbucketClientException(String message) BitbucketClientException(String message, int responseCode, String body) BitbucketClientException(String message, Throwable cause) BitbucketClientException(String message, Throwable cause, int responseCode, String body) BitbucketClientException(String message, Throwable cause, String body) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace