com.ibm.websphere.ActivitySession

Class 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

      Constructors 
      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 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 8.5