com.ibm.websphere.ActivitySession
Class SystemException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.ActivitySession.ActivitySessionException
com.ibm.websphere.ActivitySession.SystemException
All implemented interfaces:
java.io.Serializable
- public class SystemException
- extends ActivitySessionException
SystemException
is thrown by the ActivitySession service if it
encouters an unexpected internal error.
See Also:
Constructor Summary
Constructor and Description |
---|
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
SystemException
- public SystemException()
Construct a new SystemException
SystemException
- public SystemException(java.lang.String msg)
Construct a new SystemException with the given detail message
Parameters:
msg
- The detail message SystemException
- public SystemException(java.lang.Exception ex)
Construct a new SystemException with the given nested exception
Parameters:
ex
- The nested exception SystemException
- public SystemException(java.lang.String msg,
- java.lang.Exception ex)
Construct a new SystemException with the given detail message
Parameters:
msg
- The detail message ex
- The nested exception