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, toString
public OptimisticLockMaxRetryException()
public OptimisticLockMaxRetryException(String message)
public OptimisticLockMaxRetryException(String message, Throwable cause)
public OptimisticLockMaxRetryException(Throwable cause)
Copyright © 2022. All rights reserved.