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 TypeClassDescriptionclass
Indicates the requested comment does not exist. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.commit
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.commitModifier and TypeClassDescriptionclass
Indicates 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 TypeClassDescriptionclass
Thrown to indicate therequested hook script
does 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 TypeClassDescriptionclass
Thrown 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 TypeClassDescriptionclass
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. -
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 TypeClassDescriptionclass
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. -
Uses of NoSuchEntityException in com.atlassian.bitbucket.user
Subclasses of NoSuchEntityException in com.atlassian.bitbucket.userModifier and TypeClassDescriptionclass
Specialisation ofNoSuchEntityException
thrown to indicate the named group does not exist.class
Indicates the named user does not existMethods in com.atlassian.bitbucket.user that throw NoSuchEntityExceptionModifier and TypeMethodDescriptionvoid
UserAdminService.resetPassword
(String token, String password) Resets the password for theuser
associated with the specified token to the provided value.