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
public class DiffNotAvailableException extends Exception
Thrown by the diff caches - theGitModifiedFilesCache
and theModifiedFilesCache
, if the implementations failed to retrieve the modified files between the 2 commits.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiffNotAvailableException(String message)
DiffNotAvailableException(String message, Throwable cause)
DiffNotAvailableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-