Class FlowController.FlowControlRuntimeException (2.7.1)

public static class FlowController.FlowControlRuntimeException extends RuntimeException

Runtime exception that can be used in place of FlowControlException when an unchecked exception is required.

Inheritance

java.lang.Object > java.lang.Throwable > java.lang.Exception > RuntimeException > FlowController.FlowControlRuntimeException

Methods

fromFlowControlException(FlowController.FlowControlException e)

public static FlowController.FlowControlRuntimeException fromFlowControlException(FlowController.FlowControlException e)
Parameter
NameDescription
eFlowController.FlowControlException
Returns
TypeDescription
FlowController.FlowControlRuntimeException