public class BitbucketApiException extends Exception
Constructor and Description |
---|
BitbucketApiException(RESTCall restCall) |
BitbucketApiException(String message) |
BitbucketApiException(String message,
Throwable cause) |
BitbucketApiException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getRestCallStatusCode() |
URI |
getRestCallURI() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BitbucketApiException(String message)
public BitbucketApiException(Throwable cause)
public BitbucketApiException(RESTCall restCall)
public int getRestCallStatusCode()
public URI getRestCallURI()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.