| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract | |
| io.apiman.manager.api.rest.contract.exceptions |
| Class and Description |
|---|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| 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.
|
| UserNotFoundException
Thrown when a request is sent for a user who does not exist.
|
| Class and 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.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.