Class ActivityCompletionException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getActivityId()
      Optional as it might be not known to the exception source.
      java.util.Optional<java.lang.String> getActivityType()
      Optional as it might be not known to the exception source.
      java.util.Optional<java.lang.String> getRunId()
      Optional as it might be not known to the exception source.
      java.util.Optional<java.lang.String> getWorkflowId()
      Optional as it might be not known to the exception source.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActivityCompletionException

        protected ActivityCompletionException​(ActivityInfo info)
      • ActivityCompletionException

        protected ActivityCompletionException​(ActivityInfo info,
                                              java.lang.Throwable cause)
      • ActivityCompletionException

        protected ActivityCompletionException​(java.lang.String activityId,
                                              java.lang.Throwable cause)
      • ActivityCompletionException

        protected ActivityCompletionException​(java.lang.Throwable cause)
      • ActivityCompletionException

        protected ActivityCompletionException()
    • Method Detail

      • getWorkflowId

        public java.util.Optional<java.lang.String> getWorkflowId()
        Optional as it might be not known to the exception source.
      • getRunId

        public java.util.Optional<java.lang.String> getRunId()
        Optional as it might be not known to the exception source.
      • getActivityType

        public java.util.Optional<java.lang.String> getActivityType()
        Optional as it might be not known to the exception source.
      • getActivityId

        public java.util.Optional<java.lang.String> getActivityId()
        Optional as it might be not known to the exception source.