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