| Class | Description |
|---|---|
| ErrorCodes |
A set of error codes used by the application when returning errors via
the DT REST API.
|
| Exception | Description |
|---|---|
| AbstractAlreadyExistsException |
Base class for "already exists" exceptions.
|
| AbstractInvalidInputException |
Base class for any exception that indicates "invalid input".
|
| AbstractNotFoundException |
Base class for "not found" exceptions.
|
| AbstractRestException |
Base class for all APIMan errors coming out of the REST layer.
|
| AbstractSystemException |
Base class for all system exceptions.
|
| AbstractUserException |
Base class for all user exceptions.
|
| ActionException |
Thrown when an action is performed but an error occurs during processing.
|
| ApplicationAlreadyExistsException |
Thrown when trying to create an Application that already exists.
|
| ApplicationNotFoundException |
Thrown when trying to get, update, or delete an application that does not exist.
|
| ApplicationVersionNotFoundException |
Thrown when trying to get, update, or delete a application version that does not
exist.
|
| ContractAlreadyExistsException |
Thrown when trying to create an Contract that already exists.
|
| ContractNotFoundException |
Thrown when trying to get, update, or delete a contract that does not exist.
|
| GatewayAlreadyExistsException |
Thrown when trying to create a Gateway that already exists.
|
| GatewayNotFoundException |
Thrown when trying to get, update, or delete a gateay that does not exist.
|
| InvalidApplicationStatusException |
Thrown when the user attempts some action on the application when it is
not in an appropriate state/status.
|
| InvalidSearchCriteriaException |
Thrown when the search criteria is not valid (when invoking any of the
various search methods).
|
| InvalidServiceStatusException |
Thrown when the user attempts some action on the service when it is
not in an appropriate state/status.
|
| MemberNotFoundException |
Thrown when trying to get a member of an organization.
|
| NotAuthorizedException |
Thrown when the user attempts to do or see something that they
are not authorized (do not have permission) to.
|
| OrganizationAlreadyExistsException |
Thrown when trying to create an Organization that already exists.
|
| OrganizationNotFoundException |
Thrown when trying to get, update, or delete an organization that does not exist.
|
| PlanAlreadyExistsException |
Thrown when trying to create an Plan that already exists.
|
| PlanNotFoundException |
Thrown when trying to get, update, or delete a plan that does not exist.
|
| PlanVersionNotFoundException |
Thrown when trying to get, update, or delete a plan version that does not
exist.
|
| PluginAlreadyExistsException |
Thrown when trying to create a Gateway that already exists.
|
| PluginNotFoundException |
Thrown when trying to get, update, or delete a plugin that does not exist.
|
| PluginResourceNotFoundException |
Thrown when trying to get a resource from a plugin.
|
| PolicyDefinitionAlreadyExistsException |
Thrown when trying to create a Policy Definition that already exists.
|
| PolicyDefinitionInvalidException |
Thrown when trying to add a policy definition that is found to be invalid in some way.
|
| PolicyDefinitionNotFoundException |
Thrown when trying to get, update, or delete a policy definition that does not exist.
|
| PolicyNotFoundException |
Thrown when trying to get, update, or delete a policy that does not exist.
|
| RoleAlreadyExistsException |
Thrown when trying to create a Role that already exists.
|
| RoleNotFoundException |
Thrown when a request is sent for a role that does not exist.
|
| ServiceAlreadyExistsException |
Thrown when trying to create an Service that already exists.
|
| ServiceDefinitionNotFoundException |
Thrown when trying to get, update, or delete a service version that does not
exist.
|
| ServiceNotFoundException |
Thrown when trying to get, update, or delete an service that does not exist.
|
| ServiceVersionNotFoundException |
Thrown when trying to get, update, or delete a service version that does not
exist.
|
| SystemErrorException |
Thrown when something unexpected happens.
|
| UserNotFoundException |
Thrown when a request is sent for a user who does not exist.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.