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 SummaryConstructorsConstructorDescriptionRequested resource is not found, failing portion not specified.ResourceNotFoundException(IdString id, Throwable cause) ResourceNotFoundException(String msg, Throwable cause) 
- 
Method SummaryMethods inherited from class com.google.gerrit.extensions.restapi.RestApiExceptioncaching, setCaching, wrapMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ResourceNotFoundExceptionpublic 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
 
-