Class BpmnProcessingException

  • All Implemented Interfaces:
    Serializable

    public final class BpmnProcessingException
    extends RuntimeException
    Something went wrong during the process processing. This kind of exception should not be handled.
    See Also:
    Serialized Form
    • Constructor Detail

      • BpmnProcessingException

        public BpmnProcessingException​(BpmnElementContext context,
                                       String message)
        The failure message of the exception is build from the given context and the message.
        Parameters:
        context - process instance-related data of the element that is executed
        message - the failure message