java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | com.atlassian.bitbucket.ServiceException | |||||
↳ | com.atlassian.bitbucket.IllegalEntityStateException | |||||
↳ | com.atlassian.bitbucket.repository.IllegalRepositoryStateException |
Known Direct Subclasses |
Thrown to indicate an operation could not be completed because the repository
was not in the
expected state
. For example, attempting to retry creating a repository might throw this
exception if the repository was already created successfully.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|