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