IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ActivitySession
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ActivitySession.ActivitySessionException
              extended by com.ibm.websphere.ActivitySession.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends ActivitySessionException

A SystemException is thrown by the ActivitySession service if it encouters an unexpected internal error.

See Also:
Serialized Form

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

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

IBM WebSphere Application ServerTM
Release 7