CommunicationEngineException |
Base class for all exceptions specific to the communication engine component.
|
ContractParseException |
Exception for errors while parsing a data contract.
|
DataSerializationException |
Exception for reporting errors during serialization / deserialization of Data Objects
|
FieldValidationException |
Exception that is thrown when field(s) did not validate.
|
InfiniteSchemaException |
Exception used to indicate an infinite loop (recursion) was detected during domain schema contract parsing/composing.
|
InvalidWebServiceException |
This exception is used to indicate a service definition could not be found for a specific name.
|
RestMessageComposeException |
This exception is used when a rest message could not be composed.
|
RestMessageParseException |
This exception is used when a rest message could not be parsed.
|
SoapMessageComposeException |
This exception is used when a soap message could not be composed.
|
SoapMessageParseException |
This exception is used when a soap message could not be parsed.
|
StructuredFieldValidationException |
Exception thrown when there exists at least one invalid field and the structured input validation is used.
|
UnknownActionException |
This exception is used to indicate an action definition could not be found for a specific name.
|
UnknownDomainSchemaException |
This exception is used to indicate a data contract set could not be found for a specific name.
|
UnknownDynamicComposerException |
This exception is used to indicate a service definition could not be found for a specific name.
|
UnknownElementMappingException |
This exception is used to indicate a service definition could not be found for a specific name.
|
UnknownOperationException |
This exception is used to indicate an operation definition could not be found for a specific name.
|
UnknownPropertyException |
This exception is used to indicate that a object property could not be found for a specific name.
|
UnknownRestServiceException |
This exception is used to indicate a rest service could not be found for a specific name.
|
UnknownSchemaException |
This exception is used to indicate a schema could not be found for a specific name.
|
UnknownSchemaSetException |
This exception is used to indicate a schema set could not be found for a specific name.
|
UnknownSoapServiceContractException |
This exception is used to indicate an soap service contract definition could not be found for a specific name.
|
UnknownSoapServiceException |
This exception is used to indicate a soap service could not be found for a specific name.
|
UnknownTypeMappingException |
This exception is used to indicate a type mapping definition could not be found for a specific name.
|
UnknownWebServiceException |
This exception is used to indicate a webservice definition could not be found for a specific name.
|
UnknownWsdlException |
This exception can be used to indicate that a wsdl can not be found.
|
UnknownXmlContractException |
This exception is used to indicate an xml contract definition could not be found for a specific name.
|
UnknownXsdException |
This exception can be used to indicate that a xsd could not be found.
|
UnmatchableOperationException |
This exception is used to indicate an operation could not be found for a specific path and query.
|
UnsupportedAcceptMimeTypeException |
|