com.ibm.ws.javax.activity
Class InvalidStateExceptionjava.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.ws.javax.activity.InvalidStateException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidStateException
- extends java.lang.Exception
This exception is thrown by the Activity service when an attempt is made to begin an Activity as a child of a context whose CompletionStatus is CompletionStatusFailOnly or to change the state of an Activity from CompletionStatusFailOnly.
- See Also:
- Serialized Form
Constructor Summary InvalidStateException()
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 InvalidStateException
public InvalidStateException()
- 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.