public class StashRestException extends StashException
| Constructor and Description |
|---|
StashRestException(List<StashError> errors,
int statusCode,
String statusMessage) |
StashRestException(List<StashError> errors,
int statusCode,
String statusMessage,
String responseBody) |
StashRestException(String message,
int statusCode,
String statusMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseBody() |
int |
getStatusCode() |
String |
getStatusMessage() |
getErrors, toErrors, toErrorsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StashRestException(List<StashError> errors, int statusCode, String statusMessage)
public StashRestException(List<StashError> errors, int statusCode, String statusMessage, String responseBody)
Copyright © 2020 Atlassian. All rights reserved.