Class SWorkPreconditionException

All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException

public class SWorkPreconditionException extends SBonitaException
Happens when a work could not be executed because its preconditions where not met. e.g. NotifyChildFinishWork is executed on an unexisting or not finished flow node
See Also:
  • Constructor Details

    • SWorkPreconditionException

      public SWorkPreconditionException(String message, Exception cause)
    • SWorkPreconditionException

      public SWorkPreconditionException(String message)