Class ConflictingModificationAppliedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
org.opendaylight.yangtools.yang.data.tree.api.ConflictingModificationAppliedException
All Implemented Interfaces:
Serializable

public class ConflictingModificationAppliedException extends DataValidationFailedException
Exception thrown when a proposed change fails validation before being applied into the Data Tree because the Data Tree has been modified in way that a conflicting node is present.
See Also: