Class PendingChangesConflictFault

  • All Implemented Interfaces:
    Serializable

    public class PendingChangesConflictFault
    extends WebServiceFault
    SOAP fault representing a conflict in setting data when other changes are still pending.
    See Also:
    Serialized Form
    • 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
    • Field Detail

      • FAULT_CODE

        public static final QName FAULT_CODE
        SOAP fault code
    • Constructor Detail

      • PendingChangesConflictFault

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