| java.lang.Object | |||||||
| ↳ | java.lang.Throwable | ||||||
| ↳ | java.lang.Exception | ||||||
| ↳ | java.lang.RuntimeException | ||||||
| ↳ | com.atlassian.stash.exception.ServiceException | ||||||
| ↳ | com.atlassian.stash.exception.NoSuchEntityException | ||||||
| ↳ | com.atlassian.stash.exception.NoSuchChangesetException | ||||||
| ↳ | com.atlassian.stash.commit.NoSuchCommitException | ||||||
Indicates no commit exists with the specified ID.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the ID for which no matching commit was found.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.exception.NoSuchChangesetException
| |||||||||||
From class
com.atlassian.stash.exception.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
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.