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