public class ResourceNotFoundException extends RestApiException
| Constructor and Description |
|---|
ResourceNotFoundException()
Requested resource is not found, failing portion not specified.
|
ResourceNotFoundException(IdString id) |
ResourceNotFoundException(java.lang.String msg) |
ResourceNotFoundException(java.lang.String msg,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ResourceNotFoundException |
caching(CacheControl c) |
cachingpublic ResourceNotFoundException()
public ResourceNotFoundException(java.lang.String msg)
public ResourceNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
public ResourceNotFoundException(IdString id)
id - portion of the resource URI that does not exist.public ResourceNotFoundException caching(CacheControl c)
caching in class RestApiException