Package com.google.gerrit.server.patch
Class DiffNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gerrit.server.patch.DiffNotAvailableException
- All Implemented Interfaces:
- Serializable
Thrown by the diff caches - the 
GitModifiedFilesCache and the ModifiedFilesCache,
 if the implementations failed to retrieve the modified files between the 2 commits.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDiffNotAvailableException(String message) DiffNotAvailableException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DiffNotAvailableException
- 
DiffNotAvailableException
- 
DiffNotAvailableException
 
-