public class TransactionPendingException extends ActivitySessionException
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.Constructor and Description |
---|
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
|
getNestedException
public TransactionPendingException()
public TransactionPendingException(java.lang.String msg)
msg
- The detail messagepublic TransactionPendingException(java.lang.Exception ex)
ex
- The nested exceptionpublic TransactionPendingException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exception