Uses of Class
com.atlassian.bitbucket.repository.IllegalRepositoryStateException
Packages that use IllegalRepositoryStateException
- 
Uses of IllegalRepositoryStateException in com.atlassian.bitbucket.meshSubclasses of IllegalRepositoryStateException in com.atlassian.bitbucket.meshModifier and TypeClassDescriptionclassThrown when an operation cannot be routed to Mesh because all replicas of the target repository have been marked inconsistent (and needing repair) or failed (for example, because the hosting node is offline).
- 
Uses of IllegalRepositoryStateException in com.atlassian.bitbucket.repositorySubclasses of IllegalRepositoryStateException in com.atlassian.bitbucket.repositoryModifier and TypeClassDescriptionclassThrown when an operation cannot be completed because the related repository is empty.classThrown to indicate that arepositoryalready exists at the givenrepositoryDirwhen a new repository or fork is created.classThrown to indicate that an operation cannot be performed on an archivedrepository.classOccurs when a repository is offline, i.e., when the node on which a repository is present becomes unreachable.classThrown when an operation fails because the repository is in read-only mode.