public class OptimisticLockMaxRetryException extends RuntimeException
| Constructor and Description | 
|---|
| OptimisticLockMaxRetryException() | 
| OptimisticLockMaxRetryException(String message) | 
| OptimisticLockMaxRetryException(String message,
                               Throwable cause) | 
| OptimisticLockMaxRetryException(String message,
                               Throwable cause,
                               boolean enableSuppression,
                               boolean writableStackTrace) | 
| OptimisticLockMaxRetryException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OptimisticLockMaxRetryException()
public OptimisticLockMaxRetryException(String message)
public OptimisticLockMaxRetryException(String message, Throwable cause)
public OptimisticLockMaxRetryException(Throwable cause)
Copyright © 2020. All rights reserved.