| 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 | |||||
Known Direct Subclasses
|
This class is deprecated.
in 3.7 for removal in 5.0. All things "changeset" are being renamed to "commit", the more common term
for the data they represent. Due to the significant number of touchpoints, the deprecated classes and
interfaces will be left in for an entire major release cycle, rather than being removed in 4.0. Callers
should catch NoSuchCommitException instead.
Indicates no changeset exists with the specified ID.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the changeset ID for which no matching changeset was found.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.exception.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Retrieves the changeset ID for which no matching changeset was found.