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