Class CallTargetNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.continuations.exceptions.CallTargetNotFoundException
All Implemented Interfaces:
Serializable, ControlFlowRuntimeException

public class CallTargetNotFoundException extends RuntimeException implements ControlFlowRuntimeException
Thrown when a call target couldn't be resolved to a proper ContinuableObject.
Since:
1.0
See Also:
  • Constructor Details

    • CallTargetNotFoundException

      public CallTargetNotFoundException(Object target, Throwable cause)
      Instantiates a new exception.
      Parameters:
      target - the original call target
      cause - the cause of the retrieval failure; or

      null if there was no exception cause

      Since:
      1.0