Uses of Class
com.atlassian.bitbucket.ServiceException
Package
Description
-
Uses of ServiceException in com.atlassian.bitbucket
Modifier and TypeClassDescriptionclass
class
Exception thrown when an operation on a data store, such as the database or disk, fails.class
class
class
Base class for exceptions thrown when attempts are made to use features which have been disabled.class
Indicates that a particular action can not be performed by the current user.class
Thrown to indicate an entity's internal state was not acceptable for performing a requested operation.class
class
class
class
class
class
Exception thrown when no unique user identifier could be generated.class
class
Thrown to indicate a resource is busy.class
-
Uses of ServiceException in com.atlassian.bitbucket.attachment
Modifier and TypeClassDescriptionclass
class
Base exception class for attachments.class
Base exception class for attachment metadata.class
class
Exception thrown when an operation on a data store for attachments, such as the database or disk, fails.class
Exception thrown when there is some invalid attachment metadata. -
Uses of ServiceException in com.atlassian.bitbucket.auth
Modifier and TypeClassDescriptionclass
Base type for all exceptions which are thrown while processing user authentication attempts.class
Indicates that authentication is required withapplicationName
and provides aURI
to authenticateclass
A specialisation ofAuthenticationException
, thrown when the underlying authentication subsystem fails during authentication or an operation to update or query the authentication subsystem fails for some reason.class
Base specialisation forAuthenticationException
s which are thrown for CAPTCHA attempts.class
A specialisation ofCaptchaAuthenticationException
, thrown to indicate the user has entered their password incorrectly too many times in succession and is required to solve a CAPTCHA before they will be allowed to login again.class
A specialization ofAuthenticationException
that should be thrown when an existing authentication has expired.class
A specialisation ofAuthenticationException
, thrown to indicate the user cannot be authenticated because their password has expired and must be changed.class
A specialisation ofAuthenticationException
, thrown to indicate the user cannot be authenticated because their account is no longer active.class
A specialisation ofCaptchaAuthenticationException
, thrown when the CAPTCHA response provided by the user does not match the image that was presented.class
A specialisation ofAuthenticationException
, thrown to indicate the password supplied during an authentication attempt does not match the password on record.class
A specialisation ofAuthenticationException
, thrown to indicate the user cannot be authenticated because they don't have permission to access the application.class
A specialization ofAuthenticationException
that is thrown during authentication when an existing SSH key has expired.class
A specialization ofAuthenticationException
that is thrown during authentication when a key does not meet the requirements of the system. -
Uses of ServiceException in com.atlassian.bitbucket.avatar
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ServiceException in com.atlassian.bitbucket.comment
Modifier and TypeClassDescriptionclass
class
Indicates the operation could not performed because thecomment version
has changed since thecomment
was retrieved.class
Indicates the requested comment does not exist. -
Uses of ServiceException in com.atlassian.bitbucket.commit
Modifier and TypeClassDescriptionclass
Indicates no commit exists with the specified ID. -
Uses of ServiceException in com.atlassian.bitbucket.content
Modifier and TypeClassDescriptionclass
class
class
class
class
Thrown to indicate that the input content could not be transcoded to the existing file's encoding.class
Modifier and TypeMethodDescriptionContentService.editFile
(EditFileRequest request) Adds a new file or updates the content of an existing file.void
ContentService.streamFile
(Repository repository, String objectId, String path, TypeAwareOutputSupplier supplier) Streams the raw content of the file into an OutputStream obtained from the given TypeAwareOutputSupplier.void
ContentService.streamFile
(Repository repository, String objectId, String path, PageRequest pageRequest, boolean withBlame, FileContentCallback fileContentCallback) -
Uses of ServiceException in com.atlassian.bitbucket.filestore
Modifier and TypeClassDescriptionclass
Exception thrown when a file store operation fails. -
Uses of ServiceException in com.atlassian.bitbucket.hook.repository
Modifier and TypeClassDescriptionclass
Exception that can be thrown when one or morerepository-hook
modules reject a proposed ref changes. -
Uses of ServiceException in com.atlassian.bitbucket.hook.script
Modifier and TypeClassDescriptionclass
A generic base class for exceptions to be thrown whenHookScriptService
operations fail.class
class
Thrown when an app attempts tocreate
orupdate
ahook script
with contents which exceed theconfigured max size
.class
Thrown when ahook script
can't be written to or read from the backing store.class
Thrown to indicate therequested hook script
does not exist. -
Uses of ServiceException in com.atlassian.bitbucket.idx
Modifier and TypeClassDescriptionclass
Exception to signal a problem that occurred during commit indexing. -
Uses of ServiceException in com.atlassian.bitbucket.label
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ServiceException in com.atlassian.bitbucket.license
Modifier and TypeClassDescriptionclass
class
class
class
class
Indicates that the requested operation would breach an internally enforced limit or policy, defined to ensure that the system operates within defined parameters.class
Indicates that an attempt was made to change the license to one which is not a data center license. -
Uses of ServiceException in com.atlassian.bitbucket.mail
Modifier and TypeClassDescriptionclass
Indicates an error occurred sending an email because one or more of the email addresses was rejected by the mail server.class
Indicates there is an authentication issue talking to the configured mail server.class
Base class for mail exceptions.class
Indicates the backing mail queue is full and the mail message cannot be accepted Regarding logging of instances of this exception, seeMailException
.class
Indicates an error occurred sending an email.class
Indicates there was an attempt to send a mail message that exceeds the configured size limit.class
Indicates the Mail server is not configured and mail cannot be sent. -
Uses of ServiceException in com.atlassian.bitbucket.markup
Modifier and TypeClassDescriptionclass
Indicates a fatal exception occurred rendering markup. -
Uses of ServiceException in com.atlassian.bitbucket.mesh
Modifier and TypeClassDescriptionclass
Thrown to indicate a Mesh node rejected a public key.class
Thrown to indicate the specifiedMeshNode.State
cannot be set, e.g.class
Thrown to indicate the specified RPC URL is invalid, either syntactically or semantically.class
Thrown to indicate a misconfiguration between Bitbucket Server and Mesh which prevents RPC requests from being sent to the node.class
Thrown when there is a failure verifying connectivity to aMeshNode
.class
Thrown when aMeshNode
is incompatible with the application.class
Thrown to indicate a Mesh node has already been registered with the specified name.class
Thrown to indicate a Mesh node has already been registered with the specified URL.class
Thrown to indicate no Mesh node is registered with the specified ID.class
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 ServiceException in com.atlassian.bitbucket.migration
Modifier and TypeClassDescriptionclass
Runtime exception generated during export phase of migrationclass
Runtime exception generated during import phase of migrationclass
Exception thrown when a migration job is submitted to be run but the maximum number of concurrent migration jobs are already running on that node.class
Runtime exception generated during a migration of repositories. -
Uses of ServiceException in com.atlassian.bitbucket.permission
Modifier and TypeClassDescriptionclass
class
class
-
Uses of ServiceException in com.atlassian.bitbucket.project
Modifier and TypeClassDescriptionclass
class
class
class
class
Exception that is thrown when aproject key
has been changed and the project is retrieved using the old key. -
Uses of ServiceException in com.atlassian.bitbucket.pull
Modifier and TypeClassDescriptionclass
Indicates a pull request could not be created because there is already an open pull request with the same to/from repositories and branches.class
Indicates a pull request could not be created because it would have no commits.class
Indicates that asearch request
was invalid.class
Thrown when an operation fails because thepull request
is not in the expectedstate
.class
Indicates an operation to mutate particulars of an existing pull request participant or an operation to add a participant to a pull request is invalid.class
class
Indicates one or more reviewers could not be added to a new or existing pull request because the users either don't exist, don't have permission to view the pull request.class
Indicates the supplied role is invalid for the current operationclass
class
Indicates that the person specified in the operation is not a participant of the pull request.class
Indicates that a pull request was requested that does not exist.class
Thrown when a user tries to complete a pull request review but one does not exist.class
Thrown when an event listener cancels theevent
raised before apull request
is deleted.class
Thrown when a user, or a plugin, attempts to delete a pull request whenthe feature
has been disabled.class
Indicates a pull request merge request was vetoed by one or more merge-check plugin modules.class
Thrown when an event listener cancels theevent
raised before apull request
is opened.class
class
Thrown when attempting to modify theauthor
of a pull request. -
Uses of ServiceException in com.atlassian.bitbucket.pull.automerge
Modifier and TypeClassDescriptionclass
An exception thrown when an attempt is made to auto-merge a pull request that does not have an auto-merge request.class
An exception thrown when auto-merge is attempted or requested on a pull request, but the pull request's target repository does not have auto-merge enabled. -
Uses of ServiceException in com.atlassian.bitbucket.pull.reviewer
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of ServiceException in com.atlassian.bitbucket.repository
Modifier and TypeClassDescriptionclass
Thrown to indicate that arepository
cannot be archived.class
Indicates the operation could not be completed because a existing ref already exists with a name that conflicts with the one being created.class
Indicates the operation could not be completed because a ref already exists for the supplied name.class
Thrown when an operation cannot be completed because the related repository is empty.class
class
Thrown to indicate an operation could not be completed because therepository
was not in the expectedstate
.class
class
Indicates the ref name supplied was syntactically incorrect.class
Thrown to indicate the configured default branch for a repository does not exist.class
Indicates no branch exists with the specified name.class
class
Indicates no tag exists with the specified name.class
Thrown when attempting to create a repository in a personal space when personal repositories are disabled.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
class
class
class
class
Exception that is thrown when a repository is retrieved using an old slug, project key or namespace value after any of these three fields have been updated (e.g.class
Occurs when a repository is offline, i.e., when the node on which a repository is present becomes unreachable.class
class
Thrown when an operation fails because the repository is in read-only mode. -
Uses of ServiceException in com.atlassian.bitbucket.scm
Modifier and TypeClassDescriptionclass
An exception that is thrown bycommands
created by theScmMirrorCommandFactory
when they fail due to authentication problems.class
Exception that is thrown when a command is canceled.class
Exception that is thrown when command fails to complete.class
Exception that is thrown when a command fails.class
Exception that is thrown when creating aCommand
fails.class
Thrown when a command times out.class
A specialization ofCommandFailedException
thrown when a command fails because it is called incorrectly.class
Thrown to indicate a requested SCM feature, such ascommand builders
orpull requests
, is not supported by the backing SCM implementation.class
Thrown to indicate that the requested SCM's implementation is not up-to-date with the current SPI.class
class
An exception that is thrown bycommands
created by theScmMirrorCommandFactory
when they fail due to authorization problems.class
class
Base class for exceptions thrown by theScmService
and other SCM components.class
Thrown by theScmService
to indicate that a plugin is installed for the requested SCM, but that the plugin is not in a usable state.class
Thrown by theScmService
to indicate none of the installed plugins supports the requested SCM.class
-
Uses of ServiceException in com.atlassian.bitbucket.scm.mirror
-
Uses of ServiceException in com.atlassian.bitbucket.scm.signed
-
Uses of ServiceException in com.atlassian.bitbucket.server
Modifier and TypeClassDescriptionclass
Indicates the current operation cannot be processed because it is incompatible with theapplication mode
-
Uses of ServiceException in com.atlassian.bitbucket.settingsrestriction
Modifier and TypeClassDescriptionclass
Thrown when an operation cannot be completed because a relatedproject settings restriction
has not completed processing. -
Uses of ServiceException in com.atlassian.bitbucket.user
Modifier and TypeClassDescriptionclass
class
class
Specialisation ofNoSuchEntityException
thrown to indicate the named group does not exist.class
Indicates the named user does not existclass
Raised when the execution of delegated erasure operations fails. -
Uses of ServiceException in com.atlassian.bitbucket.util
-
Uses of ServiceException in com.atlassian.bitbucket.validation
Modifier and TypeClassDescriptionclass
class
Exception to represent possible validation errors. -
Uses of ServiceException in com.atlassian.bitbucket.zdu
Modifier and TypeClassDescriptionclass
While trying to enter or exit upgrade mode, this exception is thrown to signal that operation is not allowed because of current state of system e.g.