com.ibm.websphere.ActivitySession

Class SystemException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.ActivitySession.ActivitySessionException
  5. extended bycom.ibm.websphere.ActivitySession.SystemException
All implemented interfaces:
java.io.Serializable

  1. public class SystemException
  2. extends ActivitySessionException
A SystemException is thrown by the ActivitySession service if it encouters an unexpected internal error.
See Also:
Serialized Form

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

  1. public SystemException()
Construct a new SystemException

SystemException

  1. public SystemException(java.lang.String msg)
Construct a new SystemException with the given detail message
Parameters:
msg - The detail message

SystemException

  1. public SystemException(java.lang.Exception ex)
Construct a new SystemException with the given nested exception
Parameters:
ex - The nested exception

SystemException

  1. public SystemException(java.lang.String msg,
  2. java.lang.Exception ex)
Construct a new SystemException with the given detail message
Parameters:
msg - The detail message
ex - The nested exception