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