| Package | Description |
|---|---|
| io.apiman.gateway.engine.beans.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentNotFoundException
Exception thrown when a policy tries to get a component from the context
but the component doesn't exist or is otherwise not available.
|
class |
ConfigurationParseException
Exception thrown when a policy fails to parse the configuration information
sent it.
|
class |
ConnectorException
Exception thrown when attempting (but failing) to connect to a back end system.
|
class |
InterceptorAlreadyRegisteredException
Thrown when a Service Connection Interceptor has already been registered in
the IPolicyContext
|
class |
InvalidContractException
Exception thrown when attempting to use a Contract in some invalid way.
|
class |
InvalidServiceException
Exception thrown when attempting to use a Service in some invalid way.
|
class |
PolicyNotFoundException
Exception thrown when trying to get a policy from the policy factory.
|
class |
PolicyViolationException
Exception thrown when a policy is violated.
|
class |
PublishingException
Exception thrown when an error happens during publishing (either publishing
a Contract or publishing a Service).
|
class |
RegistrationException
Exception thrown when an error happens during registration of an application.
|
class |
RequestAbortedException
Thrown when a request is aborted, for example due to an
IOException
when reading data from the client. |
class |
ServiceInvocationException
Exception thrown when there is a problem invoking a back end Service.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.