Package com.aquima.web.aaas
Class Soap11VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.web.aaas.Soap11VersionMismatchException
- All Implemented Interfaces:
Serializable
@SoapFault(faultCode=CUSTOM,
customFaultCode="{http://schemas.xmlsoap.org/soap/envelope/}VersionMismatch")
public final class Soap11VersionMismatchException
extends com.aquima.interactions.foundation.exception.AppException
Exception thrown when a SOAP 1.1 message is sent to a SOAP 1.2 endpoint. The generated fault uses the SOAP 1.1
namespace.
- Since:
- 9.5.0
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString