Class CommunicationFaultType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class CommunicationFaultType
    extends FaultType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Generic communication error. May happen in case of various network communication errors, including (but not limited to) connection refused and timeouts.

    Java class for CommunicationFaultType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CommunicationFaultType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/fault-3}FaultType">
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
    • Constructor Detail

      • CommunicationFaultType

        public CommunicationFaultType()
        Creates a new CommunicationFaultType instance.
      • CommunicationFaultType

        public CommunicationFaultType​(CommunicationFaultType o)
        Creates a new CommunicationFaultType instance by deeply copying a given CommunicationFaultType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.