Uses of Class
com.atlassian.bitbucket.repository.IllegalRepositoryStateException
Packages that use IllegalRepositoryStateException
-
Uses of IllegalRepositoryStateException in com.atlassian.bitbucket.mesh
Subclasses of IllegalRepositoryStateException in com.atlassian.bitbucket.meshModifier and TypeClassDescriptionclass
Thrown 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.repository
Subclasses of IllegalRepositoryStateException in com.atlassian.bitbucket.repositoryModifier and TypeClassDescriptionclass
Thrown when an operation cannot be completed because the related repository is empty.class
Thrown to indicate that arepository
already exists at the givenrepositoryDir
when a new repository or fork is created.class
Thrown to indicate that an operation cannot be performed on an archivedrepository
.class
Occurs when a repository is offline, i.e., when the node on which a repository is present becomes unreachable.class
Thrown when an operation fails because the repository is in read-only mode.