Class SActivityExecutionFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SActivityExecutionFailedException
    extends SFlowNodeExecutionException
    Author:
    Baptiste Mesta, Celine Souchet An error happened during the execution of the activity The activity is now in a failed state
    See Also:
    Serialized Form
    • Constructor Detail

      • SActivityExecutionFailedException

        public SActivityExecutionFailedException​(java.lang.Throwable e)
      • SActivityExecutionFailedException

        public SActivityExecutionFailedException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Parameters:
        message -
        cause -