Package com.aquima.web.aaas
Class Soap12VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.web.aaas.Soap12VersionMismatchException
- All Implemented Interfaces:
Serializable
@SoapFault(faultCode=CUSTOM,
customFaultCode="{http://www.w3.org/2003/05/soap-envelope}VersionMismatch")
public final class Soap12VersionMismatchException
extends com.aquima.interactions.foundation.exception.AppException
Exception thrown when a SOAP 1.2 message is sent to a SOAP 1.1 endpoint. The generated fault uses the SOAP 1.2
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