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 Detail

      • ChildWorkflowTaskFailedException

        public ChildWorkflowTaskFailedException​(long eventId,
                                                WorkflowExecution workflowExecution,
                                                WorkflowType workflowType,
                                                java.lang.String reason,
                                                byte[] details)
    • Method Detail

      • getEventId

        public long getEventId()
      • getDetails

        public byte[] getDetails()
      • getReason

        public java.lang.String getReason()