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