|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
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
public class ActivitySessionException
ActivitySessionException
is the superclass of all of the
ActivitySession-specific exceptions that can be thrown by the ActivitySession
service.
Constructor Summary | |
---|---|
ActivitySessionException()
Constructs a new ActivitySessionException |
|
ActivitySessionException(java.lang.Exception ex)
Constructs a new ActivitySessionException with the given nested exception |
|
ActivitySessionException(java.lang.String msg)
Constructs a new ActivitySessionException with the given detail message |
|
ActivitySessionException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new ActivitySessionException with the given detail message and nested exception. |
Method Summary | |
---|---|
java.lang.Exception |
getNestedException()
Returns the exception nested within this ActivitySessionException. |
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 ActivitySessionException()
public ActivitySessionException(java.lang.String msg)
msg
- The detail messagepublic ActivitySessionException(java.lang.Exception ex)
ex
- The nested exceptiongetNestedException()
public ActivitySessionException(java.lang.String msg, java.lang.Exception ex)
msg
- The detail messageex
- The nested exceptiongetNestedException()
Method Detail |
---|
public java.lang.Exception getNestedException()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |