Class SWorkPreconditionException

  • All Implemented Interfaces:
    java.io.Serializable

    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:
    Serialized Form
    • Constructor Detail

      • SWorkPreconditionException

        public SWorkPreconditionException​(java.lang.String message,
                                          java.lang.Exception cause)
      • SWorkPreconditionException

        public SWorkPreconditionException​(java.lang.String message)