Package com.google.gerrit.server.project
Class NoSuchRefException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.project.NoSuchRefException
-
- All Implemented Interfaces:
Serializable
public class NoSuchRefException extends Exception
Indicates the reference does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchRefException(String ref)
NoSuchRefException(String ref, Throwable why)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-