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:
  • Constructor Details

    • NoSuchRefException

      public NoSuchRefException(String ref)
    • NoSuchRefException

      public NoSuchRefException(String ref, Throwable why)