public class ModifiedNodeDoesNotExistException extends DataValidationFailedException
Note if node existed in first place and was removed by other transaction,
thrown exception should be ConflictingModificationAppliedException.
| Constructor and Description |
|---|
ModifiedNodeDoesNotExistException(YangInstanceIdentifier path,
String message) |
ModifiedNodeDoesNotExistException(YangInstanceIdentifier path,
String message,
Throwable cause) |
getPathaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModifiedNodeDoesNotExistException(YangInstanceIdentifier path, String message, Throwable cause)
public ModifiedNodeDoesNotExistException(YangInstanceIdentifier path, String message)
Copyright © 2019 OpenDaylight. All rights reserved.