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 - theGitModifiedFilesCacheand theModifiedFilesCache, if the implementations failed to retrieve the modified files between the 2 commits.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DiffNotAvailableException(String message)DiffNotAvailableException(String message, Throwable cause)DiffNotAvailableException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-