Class ChildWorkflowTaskFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChildWorkflowTaskFailedException
    extends java.lang.RuntimeException
    Internal. Do not catch or throw by application level code.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ChildWorkflowTaskFailedException​(long eventId, io.temporal.api.common.v1.WorkflowExecution workflowExecution, io.temporal.api.common.v1.WorkflowType workflowType, io.temporal.api.enums.v1.RetryState retryState, io.temporal.api.failure.v1.Failure failure)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getEventId()  
      io.temporal.api.failure.v1.Failure getFailure()  
      io.temporal.api.enums.v1.RetryState getRetryState()  
      io.temporal.api.common.v1.WorkflowExecution getWorkflowExecution()  
      io.temporal.api.common.v1.WorkflowType 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

      • ChildWorkflowTaskFailedException

        public ChildWorkflowTaskFailedException​(long eventId,
                                                io.temporal.api.common.v1.WorkflowExecution workflowExecution,
                                                io.temporal.api.common.v1.WorkflowType workflowType,
                                                io.temporal.api.enums.v1.RetryState retryState,
                                                io.temporal.api.failure.v1.Failure failure)
    • Method Detail

      • getEventId

        public long getEventId()
      • getWorkflowExecution

        public io.temporal.api.common.v1.WorkflowExecution getWorkflowExecution()
      • getWorkflowType

        public io.temporal.api.common.v1.WorkflowType getWorkflowType()
      • getFailure

        public io.temporal.api.failure.v1.Failure getFailure()
      • getRetryState

        public io.temporal.api.enums.v1.RetryState getRetryState()