Package com.google.gerrit.server.patch
Class PatchListNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.patch.PatchListNotAvailableException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PatchListObjectTooLargeException
public class PatchListNotAvailableException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatchListNotAvailableException(String message)
PatchListNotAvailableException(String message, Throwable cause)
PatchListNotAvailableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-