public class RestApiException extends Exception
| Constructor and Description |
|---|
RestApiException() |
RestApiException(String msg) |
RestApiException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
caching() |
<T extends RestApiException> |
caching(CacheControl c) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestApiException()
public RestApiException(String msg)
public CacheControl caching()
public <T extends RestApiException> T caching(CacheControl c)