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