public class

IllegalEntityStateException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.IllegalEntityStateException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Thrown to indicate an entity's internal state was not acceptable for performing a requested operation. Where possible, specialised subclasses should be thrown, rather than this generic base class. Additionally, because the contract for this exception is intentionally vague, methods which may throw it should explicitly document the triggering conditions.

Summary

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

Public Constructors

public IllegalEntityStateException (KeyedMessage message)