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