com.ibm.websphere.ActivitySession

Class ActivitySessionPendingException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ActivitySessionPendingException
    extends ActivitySessionException
    An ActivitySessionPendingException is thrown by the ActivitySession service when an attempt is made to checkpoint or end an ActivitySession which is currently associated with outstanding asynchronous work.
    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

      • ActivitySessionPendingException

        public ActivitySessionPendingException()
        Constructs a new ActivitySessionPendingException
      • ActivitySessionPendingException

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

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

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