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

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