The Web services connector throws the following exceptions:
Exception | Explanation |
---|---|
BTTWsFaultException | It is a runtime exception and the base exception to represent technical problems that occurred during Web services invocation. |
ConnectWebServiceFailureException | The target Web services cannot be accessed. It is a runtime exception related to a specific protocol binding error. |
JaxRpcSoapFaultException | The Web services failed during execution. It is a runtime exception and represents a SOAP 1.1 fault. This exception is used in JAX-RPC scenarios. |
JaxWsSoapFaultException | The Web services failed during execution. It is a runtime exception and represents a SOAP 1.1 or 1.2 faults. This exception is used in JAX-WS scenario. |
LookupWebServiceFailureException | Invocation failed during the preparation of calling stubs. It is a runtime exception. |
RemoteProxyFailureException | Invocation failed during the execution of calling stubs. It is a runtime exception. |
WebServiceAccessException | The target Web services cannot be accessed. It is the base runtime exception and related to all the JAX-WS runtime error. |
BTTWsBusinessException | The requested operation cannot be completed. It is a checked exception and related to business exception. |