Class VersionMismatchFault

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static QName FAULT_CODE
      SOAP fault code
      • Fields inherited from class org.apache.axis.AxisFault

        faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionMismatchFault​(Throwable cause)
      Constructor based on the path string and cause.
    • Field Detail

      • FAULT_CODE

        public static final QName FAULT_CODE
        SOAP fault code
    • Constructor Detail

      • VersionMismatchFault

        public VersionMismatchFault​(Throwable cause)
        Constructor based on the path string and cause.
        Parameters:
        cause - Causing exception.