public class TransactionException extends RuntimeException
Conditions that lead to a TransactionException are: attempting to start a transaction that has been started, attempting to stop a transaction that has not been started, and getting the start time or the elapsed time of a transaction that has not been started. Also, any operation (except abort()) on a transaction that has been aborted will throw a TransactionException.
ITransaction
,
ITestExecutionServices
,
Serialized FormConstructor and Description |
---|
TransactionException() |
TransactionException(String message) |
TransactionException(String message,
Throwable cause) |
TransactionException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionException()
public TransactionException(String message)
message
- public TransactionException(String message, Throwable cause)
message
- cause
- public TransactionException(Throwable cause)
cause
- © Copyright IBM Corp. 2013. All rights reserved.