public class

NoSuchTagException

extends NoSuchEntityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.NoSuchEntityException
             ↳ com.atlassian.bitbucket.repository.NoSuchTagException

Class Overview

Indicates no tag exists with the specified name.

Summary

Public Constructors
NoSuchTagException(KeyedMessage keyedMessage, String tagId)
Public Methods
String getTagId()
Retrieves the missing tag ID.
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchTagException (KeyedMessage keyedMessage, String tagId)

Public Methods

public String getTagId ()

Retrieves the missing tag ID.

Returns
  • the tag ID