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:
    Serialized Form
    • Constructor Detail

      • FlowableIllegalStateException

        public FlowableIllegalStateException​(String message)
      • FlowableIllegalStateException

        public FlowableIllegalStateException​(String message,
                                             Throwable cause)