Class ProcedureYieldException

All Implemented Interfaces:
Serializable

@Private @Stable public class ProcedureYieldException extends ProcedureException
Indicate that a procedure wants to be rescheduled. Usually because there are something wrong but we do not want to fail the procedure.

TODO: need to support scheduling after a delay.

See Also: