com.ibm.rational.test.lt.kernel.services

Class TransactionException

  • All Implemented Interfaces:
    Serializable


    public class TransactionException
    extends RuntimeException
    TransactionException is a runtime exception that is thrown when a transaction is misused.

    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.

    See Also:
    ITransaction, ITestExecutionServices, Serialized Form
    • Constructor Detail

      • TransactionException

        public TransactionException()
      • TransactionException

        public TransactionException(String message)
        Parameters:
        message -
      • TransactionException

        public TransactionException(String message,
                            Throwable cause)
        Parameters:
        message -
        cause -
      • TransactionException

        public TransactionException(Throwable cause)
        Parameters:
        cause -
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.