com.ibm.ws.javax.activity
Class ContextPendingExceptionjava.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.ws.javax.activity.ContextPendingException
- All Implemented Interfaces:
- java.io.Serializable
- public class ContextPendingException
- extends java.lang.Exception
This exception is thrown by the Activity service if an attempt is made to complete an Activity that has child contexts outstanding, if the CompletionStatus is CompletionStatusSuccess. An application that receives this exception should either complete any outstanding child contexts first or force the completion of the current Activity using CompletionStatusFail or CompletionStatusFailOnly. If an Activity is ended with CompletionStatusFail or CompletionStatusFailOnly, then any outstanding child contexts have their completion statuses set to CompletionStatusFailOnly.
- See Also:
- Serialized Form
Constructor Summary ContextPendingException()
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 ContextPendingException
public ContextPendingException()
- 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.