public class

NoSuchLabelException

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.label.NoSuchLabelException

Summary

Public Constructors
NoSuchLabelException(KeyedMessage message, String labelName)
Public Methods
@Nonnull String getLabelName()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchLabelException (KeyedMessage message, String labelName)

Public Methods

@Nonnull public String getLabelName ()