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