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 Details

    • ContinuationsNotActiveException

      public ContinuationsNotActiveException()
      Instantiates a new exception.
      Since:
      1.0