Class NoSuchCommitException

All Implemented Interfaces:
Serializable

public class NoSuchCommitException extends NoSuchEntityException
Indicates no commit exists with the specified ID.
See Also:
  • Constructor Details

    • NoSuchCommitException

      public NoSuchCommitException(@Nonnull KeyedMessage keyedMessage, @Nonnull String commitId)
  • Method Details

    • getCommitId

      @Nonnull public String getCommitId()
      Retrieves the ID for which no matching commit was found. If a path was supplied when attempting retrieve the commit, this is the ID of the starting commit.
      Returns:
      the commit ID