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 Details Link icon

    • Soap11VersionMismatchException Link icon

      public Soap11VersionMismatchException(String message)