Class ModifiedNodeDoesNotExistException

All Implemented Interfaces:
Serializable

public class ModifiedNodeDoesNotExistException extends DataValidationFailedException
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: