@Deprecated public class

NoSuchChangesetException

extends NoSuchEntityException
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 4.0. All things "changeset" are being renamed to "commit", the more common term for the data they represent. Catch NoSuchCommitException instead.

Class Overview

Indicates no changeset exists with the specified ID.

Summary

Public Constructors
NoSuchChangesetException(KeyedMessage keyedMessage, String changesetId)
Public Methods
String getChangesetId()
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

Public Constructors

public NoSuchChangesetException (KeyedMessage keyedMessage, String changesetId)

Public Methods

public String getChangesetId ()

Retrieves the changeset ID for which no matching changeset was found.

Returns
  • the changeset ID