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
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 Summary
ConstructorsConstructorDescriptionRunSubscriptionFailed(String message, Throwable cause) Create the exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunSubscriptionFailed
-