| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlreadyExistsException
Base class for "already exists" exceptions.
|
class |
AbstractInvalidInputException
Base class for any exception that indicates "invalid input".
|
class |
AbstractNotFoundException
Base class for "not found" exceptions.
|
class |
ActionException
Thrown when an action is performed but an error occurs during processing.
|
class |
ApplicationAlreadyExistsException
Thrown when trying to create an Application that already exists.
|
class |
ApplicationNotFoundException
Thrown when trying to get, update, or delete an application that does not exist.
|
class |
ApplicationVersionNotFoundException
Thrown when trying to get, update, or delete a application version that does not
exist.
|
class |
ContractAlreadyExistsException
Thrown when trying to create an Contract that already exists.
|
class |
ContractNotFoundException
Thrown when trying to get, update, or delete a contract that does not exist.
|
class |
GatewayAlreadyExistsException
Thrown when trying to create a Gateway that already exists.
|
class |
GatewayNotFoundException
Thrown when trying to get, update, or delete a gateay that does not exist.
|
class |
InvalidApplicationStatusException
Thrown when the user attempts some action on the application when it is
not in an appropriate state/status.
|
class |
InvalidSearchCriteriaException
Thrown when the search criteria is not valid (when invoking any of the
various search methods).
|
class |
InvalidServiceStatusException
Thrown when the user attempts some action on the service when it is
not in an appropriate state/status.
|
class |
MemberNotFoundException
Thrown when trying to get a member of an organization.
|
class |
NotAuthorizedException
Thrown when the user attempts to do or see something that they
are not authorized (do not have permission) to.
|
class |
OrganizationAlreadyExistsException
Thrown when trying to create an Organization that already exists.
|
class |
OrganizationNotFoundException
Thrown when trying to get, update, or delete an organization that does not exist.
|
class |
PlanAlreadyExistsException
Thrown when trying to create an Plan that already exists.
|
class |
PlanNotFoundException
Thrown when trying to get, update, or delete a plan that does not exist.
|
class |
PlanVersionNotFoundException
Thrown when trying to get, update, or delete a plan version that does not
exist.
|
class |
PluginAlreadyExistsException
Thrown when trying to create a Gateway that already exists.
|
class |
PluginNotFoundException
Thrown when trying to get, update, or delete a plugin that does not exist.
|
class |
PluginResourceNotFoundException
Thrown when trying to get a resource from a plugin.
|
class |
PolicyDefinitionAlreadyExistsException
Thrown when trying to create a Policy Definition that already exists.
|
class |
PolicyDefinitionInvalidException
Thrown when trying to add a policy definition that is found to be invalid in some way.
|
class |
PolicyDefinitionNotFoundException
Thrown when trying to get, update, or delete a policy definition that does not exist.
|
class |
PolicyNotFoundException
Thrown when trying to get, update, or delete a policy that does not exist.
|
class |
RoleAlreadyExistsException
Thrown when trying to create a Role that already exists.
|
class |
RoleNotFoundException
Thrown when a request is sent for a role that does not exist.
|
class |
ServiceAlreadyExistsException
Thrown when trying to create an Service that already exists.
|
class |
ServiceDefinitionNotFoundException
Thrown when trying to get, update, or delete a service version that does not
exist.
|
class |
ServiceNotFoundException
Thrown when trying to get, update, or delete an service that does not exist.
|
class |
ServiceVersionNotFoundException
Thrown when trying to get, update, or delete a service version that does not
exist.
|
class |
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.