Package rife.continuations.exceptions
Class NoContinuableInstanceAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.continuations.exceptions.NoContinuableInstanceAvailableException
- All Implemented Interfaces:
Serializable
,ControlFlowRuntimeException
public class NoContinuableInstanceAvailableException
extends RuntimeException
implements ControlFlowRuntimeException
Thrown when a continuable instance can't be found
ContinuableObject
.- 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
-
NoContinuableInstanceAvailableException
public NoContinuableInstanceAvailableException()Instantiates a new exception.- Since:
- 1.0
-