public class DataValidationFailedException extends TransactionCommitFailedException
This exception is raised and returned when transaction commit failed, because other data submitted via transactions.
Clients usually are not able recover from this error condition by retrieving same transaction, since data introduced by this transaction are 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.