Class NoSuchChangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gerrit.exceptions.StorageException
com.google.gerrit.server.project.NoSuchChangeException
All Implemented Interfaces:
Serializable

public class NoSuchChangeException extends com.google.gerrit.exceptions.StorageException
Indicates the change does not exist.
See Also:
  • Constructor Details

    • NoSuchChangeException

      public NoSuchChangeException(Change.Id key)
    • NoSuchChangeException

      public NoSuchChangeException(Change.Id key, Throwable why)