public class

IncompatibleApplicationModeException

extends FeatureDisabledException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.FeatureDisabledException
             ↳ com.atlassian.bitbucket.server.IncompatibleApplicationModeException

Class Overview

Indicates the current operation cannot be processed because it is incompatible with the application mode

Summary

Public Constructors
IncompatibleApplicationModeException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IncompatibleApplicationModeException (KeyedMessage message)