Class WorkflowException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WorkflowException​(java.lang.String message, WorkflowExecution execution, java.util.Optional<java.lang.String> workflowType, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WorkflowExecution getExecution()  
      java.util.Optional<java.lang.String> getWorkflowType()  
      • 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

      • WorkflowException

        protected WorkflowException​(java.lang.String message,
                                    WorkflowExecution execution,
                                    java.util.Optional<java.lang.String> workflowType,
                                    java.lang.Throwable cause)
    • Method Detail

      • getWorkflowType

        public java.util.Optional<java.lang.String> getWorkflowType()