Class RestClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.rest.client.api.RestClientException
- All Implemented Interfaces:
Serializable
Basic exception which may be thrown by any remote operation encapsulated by the REST com.atlassian.jira.rest.client.api.
Usually some more specific exception will be chained here and available via
Throwable.getCause()- Since:
- v0.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestClientException(RestClientException exception) RestClientException(String errorMessage, Throwable cause) RestClientException(Throwable cause) RestClientException(Throwable cause, int statusCode) RestClientException(Collection<ErrorCollection> errorCollections, int statusCode) RestClientException(Collection<ErrorCollection> errorCollections, Throwable cause, int statusCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RestClientException
-
RestClientException
-
RestClientException
-
RestClientException
-
RestClientException
-
RestClientException
public RestClientException(Collection<ErrorCollection> errorCollections, Throwable cause, int statusCode)
-
-
Method Details