| Exception | Description |
|---|---|
| ApplicationAccessDeniedException |
Thrown to indicate that a user does not have access to authenticate against an application.
|
| ApplicationAlreadyExistsException |
Used to indicate that there exists an application with the same name as
the one to be created.
|
| ApplicationPermissionException |
Thrown to indicate that an Application does not have the required permission to perform the operation.
|
| BulkAddFailedException |
Thrown to indicate that a bulk add operation has failed.
|
| InvalidAuthenticationException |
Thrown when the attempted authentication is not valid.
|
| InvalidAuthorizationTokenException |
Thrown when the authenticated token is invalid.
|
| InvalidEmailAddressException |
Thrown when the email address is not valid.
|
| InvalidGroupException |
Thrown to indicate an invalid model group.
|
| InvalidRoleException |
Thrown when an invalid role is provided.
|
| InvalidTokenException |
Thrown when an invalid token is provided.
|
| MembershipAlreadyExistsException |
Thrown to indicate that a membership cannot be added because it already exists.
|
| NestedGroupsNotSupportedException |
Thrown when a user attempts to add a group to another group in a Directory that does not support nested groups.
|
| ObjectAlreadyExistsException | |
| PermissionException |
Permission Exception this Exception will handle Exceptions to do with CRUD operations
on Applications, Directories etc.
|
| TokenExpiredException |
Thrown to indicate that the token has expired and is not valid anymore.
|
| TokenNotFoundException |
Thrown to indicate that the token does not exist in the server.
|
| UserAlreadyExistsException |
Thrown to indicate that a user already exists in the directory.
|
| WebhookNotFoundException |
Thrown to indicate that a Webhook does not exist on the server
|
Copyright © 2017 Atlassian. All rights reserved.