|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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.ActivitySessionResetException
public class ActivitySessionResetException
An ActivitySessionResetException
is thrown by the ActivitySession
service if a request to checkpoint an ActivitySession results in all of its
enlisted resources being reset.
Constructor Summary | |
---|---|
ActivitySessionResetException()
Constructs a new ActivitySessionResetException |
|
ActivitySessionResetException(java.lang.Exception ex)
Constructs a new ActivitySessionResetException with the given nested exception |
|
ActivitySessionResetException(java.lang.String msg)
Constructs a new ActivitySessionResetException with the given detail message |
|
ActivitySessionResetException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new ActivitySessionResetException 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 |
---|
public ActivitySessionResetException()
public ActivitySessionResetException(java.lang.String msg)
msg
- The detail messagepublic ActivitySessionResetException(java.lang.Exception ex)
ex
- The nested exceptionpublic ActivitySessionResetException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exception
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |