public class

LimitExceededException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.exception.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. It may be possible to override said limit for a particular Stash installation (at your own risk) by overriding the values defined in stash-default.properties.

See the Stash documentation for more details.

Summary

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

Public Constructors

public LimitExceededException (KeyedMessage message)