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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictingModificationAppliedException
(YangInstanceIdentifier path, String message) ConflictingModificationAppliedException
(YangInstanceIdentifier path, String message, Throwable cause) -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
getPath
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictingModificationAppliedException
public ConflictingModificationAppliedException(YangInstanceIdentifier path, String message, Throwable cause) -
ConflictingModificationAppliedException
-