public class OptimisticLockConstraintViolationException extends ConstraintViolationException
| Constructor and Description |
|---|
OptimisticLockConstraintViolationException(String message)
Constructs a
OptimisticLockConstraintViolationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OptimisticLockConstraintViolationException(String message)
OptimisticLockConstraintViolationException with the specified detail message.message - the detail message.Copyright © 2022. All rights reserved.