public class

IncompatibleLicenseChangeException

extends LicenseException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.license.LicenseException
             ↳ com.atlassian.bitbucket.license.IncompatibleLicenseChangeException

Class Overview

Indicates that an attempt was made to change the license to one which does not support clustering but there is an active cluster of two or more nodes

See Also

Summary

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

Public Constructors

public IncompatibleLicenseChangeException (KeyedMessage message)