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