com.ibm.websphere.ActivitySession

Class ActivitySessionResetException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ActivitySessionResetException
    extends ActivitySessionException
    An ActivitySessionResetException is thrown by the ActivitySession service if a request to checkpoint an ActivitySession results in all of its enlisted resources being reset.
    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

      • ActivitySessionResetException

        public ActivitySessionResetException()
        Constructs a new ActivitySessionResetException
      • ActivitySessionResetException

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

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

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