public class ContextPendingException extends ActivitySessionException
ContextPendingException is thrown by the ActivitySession service
if an attempt is made to end an ActivitySession in checkpoint when a transaction
contained by the ActivitySession is still active. In the event of such an exception
being thrown both the ActivitySession and transaction are unaffected.| Constructor and Description |
|---|
ContextPendingException()
Constructs a new ContextPendingException
|
ContextPendingException(java.lang.Exception ex)
Constructs a new ContextPendingException with the given nested exception
|
ContextPendingException(java.lang.String msg)
Constructs a new ContextPendingException with the given detail message
|
ContextPendingException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new ContextPendingException with the given detail message
and nested exception
|
getNestedExceptionpublic ContextPendingException()
public ContextPendingException(java.lang.String msg)
msg - The detail messagepublic ContextPendingException(java.lang.Exception ex)
ex - The nested exceptionpublic ContextPendingException(java.lang.String msg,
java.lang.Exception ex)
msg - The detail messageex - The nested exception