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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BitbucketClientException(IOException e)BitbucketClientException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 - 
 
- 
- 
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, @Nullable Throwable cause, int responseCode, @Nullable String body)
 
- 
BitbucketClientException
public BitbucketClientException(String message)
 
 - 
 
 -