public class OptimisticLockFailedException extends TransactionCommitFailedException
This exception is raised and returned when transaction commit failed, because other transaction finished successfully and modified same data as failed transaction.
Clients may recover from this error condition by retrieving current state and submitting new updated transaction.
Constructor and Description |
---|
OptimisticLockFailedException(String message) |
OptimisticLockFailedException(String message,
Throwable cause) |
getErrorList, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2019 OpenDaylight. All rights reserved.