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

public static final class OrchestrationDriver.RunInterrupted extends RuntimeException
Wait loop interrupted (sidecar shutdown, etc).
See Also:
  • Constructor Details

    • RunInterrupted

      public RunInterrupted(String message, Throwable cause)
      Create the exception.
      Parameters:
      message - detail describing where the wait was interrupted
      cause - the InterruptedException that triggered it