| Package | Description |
|---|---|
| com.atlassian.bitbucket.mesh | |
| com.atlassian.bitbucket.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryInconsistentException
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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyRepositoryException
Thrown when an operation cannot be completed because the related repository is empty.
|
class |
RepositoryAlreadyExistsException
Thrown to indicate that a
repository already exists at the given
repositoryDir when a new repository or fork is created. |
class |
RepositoryArchivedException
Thrown to indicate that an operation cannot be performed on an archived
repository. |
class |
RepositoryOfflineException
Occurs when a repository is offline, i.e., when the node on which a repository is present becomes unreachable.
|
class |
RepositoryReadOnlyException
Thrown when an operation fails because the repository is in read-only mode.
|
Copyright © 2023 Atlassian. All rights reserved.