Class SFlowNodeExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.core.process.instance.api.exceptions.SFlowNodeExecutionException
All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException
Direct Known Subclasses:
SActivityExecutionException, SActivityExecutionFailedException, SActivityStateExecutionException

public class SFlowNodeExecutionException extends SBonitaException
An unexpected error happened during the execution of the flow node The flow node might be in an inconsistent state
Author:
Celine Souchet
See Also:
  • Constructor Details

    • SFlowNodeExecutionException

      public SFlowNodeExecutionException(String message, String scope, Throwable cause)
    • SFlowNodeExecutionException

      public SFlowNodeExecutionException(String message, String scope)
    • SFlowNodeExecutionException

      public SFlowNodeExecutionException(String message, Throwable cause)
    • SFlowNodeExecutionException

      public SFlowNodeExecutionException(String message)
    • SFlowNodeExecutionException

      public SFlowNodeExecutionException(Throwable cause)