org.multiverse.api.exceptions
Class AbortOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.IllegalTxnStateException
org.multiverse.api.exceptions.AbortOnlyException
- All Implemented Interfaces:
- Serializable
public class AbortOnlyException
- extends IllegalTxnStateException
An IllegalTxnStateException thrown when a Txn is configured
as abort only and a prepare/commit is executed.
- Author:
- Peter Veentjer.
- See Also:
Txn.setAbortOnly(),
Txn.isAbortOnly(),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbortOnlyException
public AbortOnlyException(String message)
- Creates a new AbortOnlyException with the provided message.
- Parameters:
message - the message.
AbortOnlyException
public AbortOnlyException(String message,
Throwable cause)
- Creates a new AbortOnlyException with the provided message and cause.
- Parameters:
message - the messagecause - the cause.
Copyright © 2012. All Rights Reserved.