com.ibm.websphere.ActivitySession

Class NoActivitySessionException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.ActivitySession.ActivitySessionException
  5. extended bycom.ibm.websphere.ActivitySession.NoActivitySessionException
All implemented interfaces:
java.io.Serializable

  1. public class NoActivitySessionException
  2. extends ActivitySessionException
A NoActivitySessionException is thrown by the ActivitySession service if an attempt is made to manipulate an ActivitySession when there is no ActivitySession active on the calling thread.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
NoActivitySessionException()
Constructs a new NoActivitySessionException
NoActivitySessionException(java.lang.Exception ex)
Constructs a new NoActivitySessionException with the given nested exception
NoActivitySessionException(java.lang.String msg)
Constructs a new NoActivitySessionException with the given detail message
NoActivitySessionException(java.lang.String msg,java.lang.Exception ex)
Constructs a new NoActivitySessionException with the given detail message and nested exception

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

NoActivitySessionException

  1. public NoActivitySessionException( )
Constructs a new NoActivitySessionException

NoActivitySessionException

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

NoActivitySessionException

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

NoActivitySessionException

  1. public NoActivitySessionException( java.lang.String msg,
  2. java.lang.Exception ex)
Constructs a new NoActivitySessionException with the given detail message and nested exception
Parameters:
msg - The detail message
ex - The nested exception