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 |
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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|