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(String message)
Creates a new NoRetryPossibleException with the provided message.
|
RetryNotPossibleException(String message,
Throwable cause)
Creates a new NoRetryPossibleException with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RetryNotPossibleException(String message)
message
- the message of the exception.Copyright © 2020. All rights reserved.