|
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.SystemException
public class SystemException
A SystemException
is thrown by the ActivitySession service if it
encouters an unexpected internal error.
Constructor Summary | |
---|---|
SystemException()
Construct a new SystemException |
|
SystemException(java.lang.Exception ex)
Construct a new SystemException with the given nested exception |
|
SystemException(java.lang.String msg)
Construct a new SystemException with the given detail message |
|
SystemException(java.lang.String msg,
java.lang.Exception ex)
Construct a new SystemException with the given detail message |
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 SystemException()
public SystemException(java.lang.String msg)
msg
- The detail messagepublic SystemException(java.lang.Exception ex)
ex
- The nested exceptionpublic SystemException(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 |