Class SignalExternalWorkflowException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SignalExternalWorkflowException
    extends WorkflowException
    Exception used to communicate failure of a request to signal an external workflow.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SignalExternalWorkflowException​(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String workflowType)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getMessage​(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String workflowType)  
      • 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

      • SignalExternalWorkflowException

        public SignalExternalWorkflowException​(io.temporal.api.common.v1.WorkflowExecution execution,
                                               java.lang.String workflowType)
    • Method Detail

      • getMessage

        public static java.lang.String getMessage​(io.temporal.api.common.v1.WorkflowExecution execution,
                                                  java.lang.String workflowType)