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 Summary
ConstructorsConstructorDescriptionDiffNotAvailableException
(String message) DiffNotAvailableException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiffNotAvailableException
-
DiffNotAvailableException
-
DiffNotAvailableException
-