public class RestApiClientException extends RestApiException
| Constructor and Description |
|---|
RestApiClientException() |
RestApiClientException(String message) |
RestApiClientException(String message,
String resource) |
RestApiClientException(String message,
String resource,
int responseCode) |
RestApiClientException(String message,
Throwable cause) |
RestApiClientException(String message,
Throwable cause,
String resource) |
RestApiClientException(String message,
Throwable cause,
String resource,
int responseCode) |
RestApiClientException(Throwable cause) |
RestApiClientException(Throwable cause,
String resource) |
RestApiClientException(Throwable cause,
String resource,
int responseCode) |
getRedirectLocation, getResource, getResponseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestApiClientException()
public RestApiClientException(String message)
public RestApiClientException(String message, String resource, int responseCode)
public RestApiClientException(String message, Throwable cause, String resource)
public RestApiClientException(String message, Throwable cause, String resource, int responseCode)
public RestApiClientException(Throwable cause)
Copyright © 2013. All rights reserved.