public class DataValidationFailedException extends TransactionCommitFailedException
Clients usually are not able recover from this error condition by retrieving same transaction, since data introduced by this transaction is invalid.
Constructor and Description |
---|
DataValidationFailedException(Class<P> pathType,
P path,
String message) |
DataValidationFailedException(Class<P> pathType,
P path,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.Path<?> |
getPath() |
Class<? extends org.opendaylight.yangtools.concepts.Path<?>> |
getPathType() |
getErrorList, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DataValidationFailedException(Class<P> pathType, P path, String message, Throwable cause)
public final org.opendaylight.yangtools.concepts.Path<?> getPath()
public final Class<? extends org.opendaylight.yangtools.concepts.Path<?>> getPathType()
Copyright © 2019 OpenDaylight. All rights reserved.