public class

FeatureUnavailableException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.FeatureUnavailableException

Class Overview

Indicates that there has been an attempt to run operation (i.e. use a Feature) that is unavailable. An example would be a Feature that requires certain type of license.

Summary

Public Constructors
FeatureUnavailableException(KeyedMessage message, Feature feature)
Public Methods
@Nonnull Feature getFeature()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FeatureUnavailableException (KeyedMessage message, Feature feature)

Public Methods

@Nonnull public Feature getFeature ()