Uses of Class
com.atlassian.bitbucket.NoSuchEntityException
Packages that use NoSuchEntityException
Package
Description
-
Uses of NoSuchEntityException in com.atlassian.bitbucket
Subclasses of NoSuchEntityException in com.atlassian.bitbucket -
Uses of NoSuchEntityException in com.atlassian.bitbucket.avatar
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.avatar -
Uses of NoSuchEntityException in com.atlassian.bitbucket.comment
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.commentModifier and TypeClassDescriptionclassIndicates the requested comment does not exist. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.commit
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.commitModifier and TypeClassDescriptionclassIndicates no commit exists with the specified ID. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.content
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.content -
Uses of NoSuchEntityException in com.atlassian.bitbucket.hook.script
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.hook.scriptModifier and TypeClassDescriptionclassThrown to indicate therequested hook scriptdoes not exist. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.label
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.label -
Uses of NoSuchEntityException in com.atlassian.bitbucket.mesh
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.meshModifier and TypeClassDescriptionclassThrown to indicate no Mesh node is registered with the specified ID. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.project
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.project -
Uses of NoSuchEntityException in com.atlassian.bitbucket.pull
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.pullModifier and TypeClassDescriptionclassIndicates that the person specified in the operation is not a participant of the pull request.classIndicates that a pull request was requested that does not exist.classThrown when a user tries to complete a pull request review but one does not exist. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.pull.reviewer
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.pull.reviewer -
Uses of NoSuchEntityException in com.atlassian.bitbucket.repository
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.repositoryModifier and TypeClassDescriptionclassThrown to indicate the configured default branch for a repository does not exist.classIndicates no branch exists with the specified name.classclassIndicates no tag exists with the specified name. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.user
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.userModifier and TypeClassDescriptionclassSpecialisation ofNoSuchEntityExceptionthrown to indicate the named group does not exist.classIndicates the named user does not existMethods in com.atlassian.bitbucket.user that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionvoidUserAdminService.resetPassword(String token, String password) Resets the password for theuserassociated with the specified token to the provided value.