com.bea.wli.config.transaction
Class TransactionException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.bea.wli.config.transaction.TransactionException
com.bea.wli.config.transaction.TransactionException
- All Implemented Interfaces: 
- Serializable
- public class TransactionException 
- extends Exception
Exceptions about the transaction
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
TransactionException
public TransactionException(String transactionId,
                            String message,
                            Throwable cause)
TransactionException
public TransactionException(String message)
getTransactionId
public String getTransactionId()
-