IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.ActivitySession
Class TransactionPendingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ActivitySession.ActivitySessionException
              extended by com.ibm.websphere.ActivitySession.TransactionPendingException
All Implemented Interfaces:
java.io.Serializable

public class TransactionPendingException
extends ActivitySessionException

A TransactionPendingException is thrown by the ActivitySession service if an attempt is made to associate an ActivitySession with a thread with which a transaction is already associated: an ActivitySession may not be nested within a transaction.

See Also:
Serialized Form

Constructor Summary
TransactionPendingException()
          Constructs a new TransactionPendingException
TransactionPendingException(java.lang.Exception ex)
          Constructs a new TransactionPendingException with the given nested exception
TransactionPendingException(java.lang.String msg)
          Constructs a new TransactionPendingException with the given detail message
TransactionPendingException(java.lang.String msg, java.lang.Exception ex)
          Constructs a new TransactionPendingException with the given detail message and nested exception
 
Method Summary
 
Methods inherited from class com.ibm.websphere.ActivitySession.ActivitySessionException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionPendingException

public TransactionPendingException()
Constructs a new TransactionPendingException


TransactionPendingException

public TransactionPendingException(java.lang.String msg)
Constructs a new TransactionPendingException with the given detail message

Parameters:
msg - The detail message

TransactionPendingException

public TransactionPendingException(java.lang.Exception ex)
Constructs a new TransactionPendingException with the given nested exception

Parameters:
ex - The nested exception

TransactionPendingException

public TransactionPendingException(java.lang.String msg,
                                   java.lang.Exception ex)
Constructs a new TransactionPendingException with the given detail message and nested exception

Parameters:
msg - The detail message
ex - The nested exception

IBM WebSphere Application ServerTM
Release 8