org.multiverse.api.exceptions
Class RetryNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.RetryException
org.multiverse.api.exceptions.RetryNotAllowedException
- All Implemented Interfaces:
- Serializable
public class RetryNotAllowedException
- extends RetryException
A RetryException thrown when a StmUtils.retry() or Txn.retry()
is done while the Txn doesn't allow blocking transactions.
For more information see TxnFactoryBuilder.setBlockingAllowed(boolean)
and TxnConfig.isBlockingAllowed().
- Author:
- Peter Veentjer.
- See Also:
TxnFactoryBuilder.setBlockingAllowed(boolean),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RetryNotAllowedException
public RetryNotAllowedException(String message)
- Creates a new RetryNotAllowedException with the provided message.
- Parameters:
message - the message
RetryNotAllowedException
public RetryNotAllowedException(String message,
Throwable cause)
- Creates a new RetryNotAllowedException with the provided message and cause.
- Parameters:
message - the messagecause - the cause of this exception.
Copyright © 2012. All Rights Reserved.