|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.ActivitySession.ActivitySessionException
com.ibm.websphere.ActivitySession.ActivitySessionPendingException
An ActivitySessionPendingException
is thrown by the ActivitySession
service when an attempt is made to checkpoint or end an ActivitySession which is
currently associated with outstanding asynchronous work.
Constructor Summary | |
---|---|
ActivitySessionPendingException()
Constructs a new ActivitySessionPendingException |
|
ActivitySessionPendingException(java.lang.Exception ex)
Constructs a new ActivitySessionPendingException with the given nested exception |
|
ActivitySessionPendingException(java.lang.String msg)
Constructs a new ActivitySessionPendingException with the given detail message. |
|
ActivitySessionPendingException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new ActivitySessionPendingException with the given setail message and nested exception |
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 |
public ActivitySessionPendingException()
public ActivitySessionPendingException(java.lang.String msg)
msg
- The detail messagepublic ActivitySessionPendingException(java.lang.Exception ex)
ex
- The nested exceptionpublic ActivitySessionPendingException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |