Class ActivityNotExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ActivityNotExistsException
    extends ActivityCompletionException
    Usually indicates that activity was already completed (duplicated request to complete) or timed out or workflow is closed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ActivityNotExistsException

        public ActivityNotExistsException​(java.lang.Throwable cause)
      • ActivityNotExistsException

        public ActivityNotExistsException​(ActivityTask task,
                                          java.lang.Throwable cause)
      • ActivityNotExistsException

        public ActivityNotExistsException​(java.lang.String activityId,
                                          java.lang.Throwable cause)