Package rife.continuations.exceptions
Class ContinuationsNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.continuations.exceptions.ContinuationsNotActiveException
- All Implemented Interfaces:
Serializable
,ControlFlowRuntimeException
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.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContinuationsNotActiveException
public ContinuationsNotActiveException()Instantiates a new exception.- Since:
- 1.0
-