com.ibm.ws.javax.activity
Class NotOriginatorExceptionjava.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.ws.javax.activity.NotOriginatorException
- All Implemented Interfaces:
- java.io.Serializable
- public class NotOriginatorException
- extends java.lang.Exception
This exception is thrown by the Activity service if an attempt is made by an application to complete an Activity in an execution environment different to that in which the Activity was created. Only the Activity originator may complete an Activity.
- See Also:
- Serialized Form
Constructor Summary NotOriginatorException()
Default constructor for the exception.
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()
- Default constructor for the exception.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.