Module org.jooq

Class ControlFlowSignal

All Implemented Interfaces:
Serializable

public class ControlFlowSignal extends RuntimeException
An exception that is used to influence control flows.

There are some specific cases, where control flows can be aborted or otherwise influenced using well-defined exceptions. Some examples where this can be very useful:

Typically, a ControlFlowException is thrown from within an ExecuteListener.

Author:
Lukas Eder
See Also:
  • Constructor Details

    • ControlFlowSignal

      public ControlFlowSignal()
      Create a new ControlFlowException.
    • ControlFlowSignal

      public ControlFlowSignal(String message)
      Create a new ControlFlowException.
  • Method Details