Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.wli.config.transaction.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException extends Exception
Exceptions about the transaction
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String transactionId, String message, Throwable cause)
    • TransactionException

      public TransactionException(String message)
  • Method Details

    • getTransactionId

      public String getTransactionId()