Class OrchestrationDriver.RunInterrupted
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.pipestream.module.pipelineprobe.pipelinecrawl.OrchestrationDriver.RunInterrupted
- All Implemented Interfaces:
Serializable
- Enclosing class:
OrchestrationDriver
Wait loop interrupted (sidecar shutdown, etc).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunInterrupted
Create the exception.- Parameters:
message- detail describing where the wait was interruptedcause- theInterruptedExceptionthat triggered it
-