Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.ResourceNotFoundException
- All Implemented Interfaces:
 Serializable
Named resource does not exist (HTTP 404 Not Found).
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRequested resource is not found, failing portion not specified.ResourceNotFoundException(IdString id, Throwable cause) ResourceNotFoundException(String msg, Throwable cause)  - 
Method Summary
Methods inherited from class com.google.gerrit.extensions.restapi.RestApiException
caching, setCaching, wrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ResourceNotFoundException
public ResourceNotFoundException()Requested resource is not found, failing portion not specified. - 
ResourceNotFoundException
 - 
ResourceNotFoundException
 - 
ResourceNotFoundException
- Parameters:
 id- portion of the resource URI that does not exist.
 - 
ResourceNotFoundException
 
 - 
 - 
Method Details
- 
caching
 
 -