Class ConcurrencyFaultType

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

    public class ConcurrencyFaultType
    extends ObjectAccessFaultType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Exceptional concurrency state or operation invocation. This fault is thrown in case of race conditions and similar conflicting concurrency conditions. It is also thrown in an attempt to acquire already acquired locks and similar cases.

    Java class for ConcurrencyFaultType complex type.

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

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