public class HospitalizeFlowException
This exception allows a flow to pass itself to the flow hospital. Once the flow reaches
the hospital it will determine how to progress depending on what causes the exception wraps.
Assuming there are no important wrapped exceptions, throwing a exception HospitalizeFlowException
will place the flow in overnight observation, where it will be replayed at a later time.
cause,
exception HospitalizeFlowExceptionpublic HospitalizeFlowException(@Nullable
java.lang.String message,
@Nullable
java.lang.Throwable cause)
This exception allows a flow to pass itself to the flow hospital. Once the flow reaches
the hospital it will determine how to progress depending on what causes the exception wraps.
Assuming there are no important wrapped exceptions, throwing a exception HospitalizeFlowException
will place the flow in overnight observation, where it will be replayed at a later time.
cause,
exception HospitalizeFlowExceptionpublic HospitalizeFlowException(@Nullable
java.lang.String message)
public HospitalizeFlowException(@Nullable
java.lang.Throwable cause)
public HospitalizeFlowException()