public class

AlreadyLabeledException

extends IllegalEntityStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.IllegalEntityStateException
             ↳ com.atlassian.bitbucket.label.AlreadyLabeledException

Summary

Public Constructors
AlreadyLabeledException(KeyedMessage message, Label label, Labelable labelable)
Public Methods
@Nonnull Label getLabel()
@Nonnull Labelable getLabelable()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AlreadyLabeledException (KeyedMessage message, Label label, Labelable labelable)

Public Methods

@Nonnull public Label getLabel ()

@Nonnull public Labelable getLabelable ()