com.ibm.websphere.ActivitySession
Class ContextPendingException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.ActivitySession.ActivitySessionException
com.ibm.websphere.ActivitySession.ContextPendingException
All implemented interfaces:
java.io.Serializable
- 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.
See Also:
Constructor Summary
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
|
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
ContextPendingException
- public ContextPendingException( )
Constructs a new ContextPendingException
ContextPendingException
- public ContextPendingException( java.lang.String msg)
Constructs a new ContextPendingException with the given detail message
Parameters:
msg
- The detail message ContextPendingException
- public ContextPendingException( java.lang.Exception ex)
Constructs a new ContextPendingException with the given nested exception
Parameters:
ex
- The nested exception ContextPendingException
- public ContextPendingException( java.lang.String msg,
- java.lang.Exception ex)
Constructs a new ContextPendingException with the given detail message
and nested exception
Parameters:
msg
- The detail message ex
- The nested exception