com.ibm.websphere.ActivitySession

Class ActivitySessionAlreadyActiveException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ActivitySessionAlreadyActiveException
    extends ActivitySessionException
    An ActivitySessionAlreadyActiveException is thrown by the ActivitySession service if an attempt is made to associate an ActivitySession with a thread with which an ActivitySession is already associated.
    See Also:
    Serialized Form
    • 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

      • ActivitySessionAlreadyActiveException

        public ActivitySessionAlreadyActiveException()
        Constructs a new ActivitySessionAlreadyActiveException
      • ActivitySessionAlreadyActiveException

        public ActivitySessionAlreadyActiveException(java.lang.String msg)
        Constructs a new ActivitySessionAlreadyActiveException with the given detail message.
        Parameters:
        msg - The detail message
      • ActivitySessionAlreadyActiveException

        public ActivitySessionAlreadyActiveException(java.lang.Exception ex)
        Constructs a new ActivitySessionAlreadyActiveException with the given nested exception.
        Parameters:
        ex - The nested exception
      • ActivitySessionAlreadyActiveException

        public ActivitySessionAlreadyActiveException(java.lang.String msg,
                                             java.lang.Exception ex)
        Constructs a new ActivitySessionAlreadyActiveException with the given detail message and the given nested exception.
        Parameters:
        msg - The detail message
        ex - The nested exception
IBM WebSphere Application ServerTM
Release 8.5