public class RetryNotPossibleException extends RetryException
RetryException
throw when a StmUtils.retry()
or Txn.retry()
done on a Txn
without the possibility of progress, for example when the readset of a transaction
is empty.Constructor and Description |
---|
RetryNotPossibleException(java.lang.String message)
Creates a new NoRetryPossibleException with the provided message.
|
RetryNotPossibleException(java.lang.String message,
java.lang.Throwable cause)
Creates a new NoRetryPossibleException with the provided message and cause.
|
public RetryNotPossibleException(java.lang.String message)
message
- the message of the exception.public RetryNotPossibleException(java.lang.String message, java.lang.Throwable cause)
message
- the message of the exception.cause
- the cause of the exception.