Class FlowableIllegalStateException

All Implemented Interfaces:
Serializable

public class FlowableIllegalStateException extends FlowableException
An exception indicating that an API call could not be executed due to data being in the wrong state.
Author:
Joram Barrez
See Also:
  • Constructor Details

    • FlowableIllegalStateException

      public FlowableIllegalStateException(String message)
    • FlowableIllegalStateException

      public FlowableIllegalStateException(String message, Throwable cause)