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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingModificationAppliedException(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 Detail
-
ConflictingModificationAppliedException
public ConflictingModificationAppliedException(YangInstanceIdentifier path, String message, Throwable cause)
-
ConflictingModificationAppliedException
public ConflictingModificationAppliedException(YangInstanceIdentifier path, String message)
-
-