Class ModifiedNodeDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
org.opendaylight.yangtools.yang.data.tree.api.ModifiedNodeDoesNotExistException
- All Implemented Interfaces:
Serializable
Exception thrown when a proposed change fails validation before being applied into the Data Tree because tree node
which child nodes are modified or written did not exist when transaction started and still does not exists when
transaction is processed.
Note if node existed in first place and was removed by other transaction, thrown exception should be
ConflictingModificationAppliedException
.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModifiedNodeDoesNotExistException
(YangInstanceIdentifier path, String message) ModifiedNodeDoesNotExistException
(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
-
ModifiedNodeDoesNotExistException
public ModifiedNodeDoesNotExistException(YangInstanceIdentifier path, String message, Throwable cause) -
ModifiedNodeDoesNotExistException
-