public class

LimitExceededException

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

Class Overview

Indicates that the requested operation would breach an internally enforced limit or policy, defined to ensure that the system operates within defined parameters.

See the scaling documentation for more details.

Summary

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

Public Constructors

public LimitExceededException (KeyedMessage message)