Class FlowableServiceException

  • All Implemented Interfaces:
    Serializable

    public class FlowableServiceException
    extends RuntimeException
    Exception thrown from the Flowable Services, indicating an error occurred when executing a service request.
    Author:
    Frederik Heremans
    See Also:
    Serialized Form
    • Constructor Detail

      • FlowableServiceException

        public FlowableServiceException​(String message)
      • FlowableServiceException

        public FlowableServiceException​(String message,
                                        Throwable t)