public class ResourceNotFoundException extends RestApiException
| Constructor and Description |
|---|
ResourceNotFoundException()
Requested resource is not found, failing portion not specified.
|
ResourceNotFoundException(IdString id) |
ResourceNotFoundException(String msg) |
ResourceNotFoundException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ResourceNotFoundException |
caching(CacheControl c) |
cachingaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException()
public ResourceNotFoundException(String msg)
public ResourceNotFoundException(IdString id)
id - portion of the resource URI that does not exist.public ResourceNotFoundException caching(CacheControl c)
caching in class RestApiException