public abstract class FlowException
extends java.lang.RuntimeException
Constructor and Description |
---|
FlowException(java.lang.String msg)
Creates a new flow exception.
|
FlowException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new flow exception.
|