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