Class OrchestrationDriver.RunOsDrainFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.pipestream.module.pipelineprobe.pipelinecrawl.OrchestrationDriver.RunOsDrainFailed
- All Implemented Interfaces:
Serializable
- Enclosing class:
OrchestrationDriver
The OS-drain phase found docs the platform terminally failed to
index. Distinct from
OrchestrationDriver.RunDeadlineExceeded: the drain finished,
but with hard failures — an hourly health check must go red.- 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
-
RunOsDrainFailed
Create the exception.- Parameters:
message- detail describing the terminal indexing failures found
-