Class OrchestrationDriver.RunSubscriptionFailed

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.pipestream.module.pipelineprobe.pipelinecrawl.OrchestrationDriver.RunSubscriptionFailed
All Implemented Interfaces:
Serializable
Enclosing class:
OrchestrationDriver

public static final class OrchestrationDriver.RunSubscriptionFailed extends RuntimeException
Dispatch-stream subscription terminated with a real failure: either the connector emitted a malformed event our handler refused to accept, or the gRPC stream errored with a non-CANCELLED status. Distinct from OrchestrationDriver.RunDeadlineExceeded (wall-clock timeout).
See Also:
  • Constructor Details

    • RunSubscriptionFailed

      public RunSubscriptionFailed(String message, Throwable cause)
      Create the exception.
      Parameters:
      message - detail describing the subscription failure
      cause - the underlying processing or stream error