Class RetryNotPossibleException

All Implemented Interfaces:
Serializable

public class RetryNotPossibleException extends RetryException
A 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.
See Also:
  • Field Details

  • Constructor Details

    • RetryNotPossibleException

      public RetryNotPossibleException(String message)
      Creates a new NoRetryPossibleException with the provided message.
      Parameters:
      message - the message of the exception.
    • RetryNotPossibleException

      public RetryNotPossibleException(String message, Throwable cause)
      Creates a new NoRetryPossibleException with the provided message and cause.
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception.