| Exception | Description |
|---|---|
| AbstractEngineException |
Base class for all engine exceptions.
|
| 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.
|
| ConfigurationParseException |
Exception thrown when a policy fails to parse the configuration information
sent it.
|
| ConnectorException |
Exception thrown when attempting (but failing) to connect to a back end system.
|
| InterceptorAlreadyRegisteredException |
Thrown when a Service Connection Interceptor has already been registered in
the IPolicyContext
|
| InvalidContractException |
Exception thrown when attempting to use a Contract in some invalid way.
|
| InvalidServiceException |
Exception thrown when attempting to use a Service in some invalid way.
|
| PolicyNotFoundException |
Exception thrown when trying to get a policy from the policy factory.
|
| PolicyViolationException |
Exception thrown when a policy is violated.
|
| PublishingException |
Exception thrown when an error happens during publishing (either publishing
a Contract or publishing a Service).
|
| RegistrationException |
Exception thrown when an error happens during registration of an application.
|
| RequestAbortedException |
Thrown when a request is aborted, for example due to an
IOException
when reading data from the client. |
| ServiceInvocationException |
Exception thrown when there is a problem invoking a back end Service.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.