com.uwyn.rife.continuations.exceptions
Class ContinuationsNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.uwyn.rife.continuations.exceptions.ContinuationsNotActiveException
- All Implemented Interfaces:
- ControlFlowRuntimeException, Serializable
public class ContinuationsNotActiveException
- extends RuntimeException
- implements ControlFlowRuntimeException
Thrown when a continuations method has not been instrumented.
This is typically the sole method body of the methods that are present
in a continuable support object.
- Since:
- 1.6
- Version:
- $Revision: 3813 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContinuationsNotActiveException
public ContinuationsNotActiveException()
- Instantiates a new exception.
- Since:
- 1.6
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.