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 - the GitModifiedFilesCache and the ModifiedFilesCache, if the implementations failed to retrieve the modified files between the 2 commits.
See Also:
  • Constructor Details

    • DiffNotAvailableException

      public DiffNotAvailableException(Throwable cause)
    • DiffNotAvailableException

      public DiffNotAvailableException(String message)
    • DiffNotAvailableException

      public DiffNotAvailableException(String message, Throwable cause)