IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.ActivitySession
Class NotOriginatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.ActivitySession.ActivitySessionException
              extended by com.ibm.websphere.ActivitySession.NotOriginatorException
All Implemented Interfaces:
java.io.Serializable

public class NotOriginatorException
extends ActivitySessionException

A NotOriginatorException is thrown by the ActivitySession service if an attempt is made to end an ActivitySession in an execution environment other than the one in which it originated.

See Also:
Serialized Form

Constructor Summary
NotOriginatorException()
          Constructs a new NotOriginatorException
NotOriginatorException(java.lang.Exception ex)
          Constructs a new NotOriginatorException with the given nested exception
NotOriginatorException(java.lang.String msg)
          Constructs a new NotOriginatorException with the given detail message
NotOriginatorException(java.lang.String msg, java.lang.Exception ex)
          Constructs a new NotOriginatorException 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

NotOriginatorException

public NotOriginatorException()
Constructs a new NotOriginatorException


NotOriginatorException

public NotOriginatorException(java.lang.String msg)
Constructs a new NotOriginatorException with the given detail message

Parameters:
msg - The detail message

NotOriginatorException

public NotOriginatorException(java.lang.Exception ex)
Constructs a new NotOriginatorException with the given nested exception

Parameters:
ex - The nested exception

NotOriginatorException

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

Parameters:
msg -
ex -

IBM WebSphere Application ServerTM
Release 7