Package org.apache.pinot.spi.exception
Class EarlyTerminationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pinot.spi.exception.EarlyTerminationException
-
- All Implemented Interfaces:
Serializable
public class EarlyTerminationException extends RuntimeException
TheEarlyTerminationExceptioncan be thrown from {Operator#nextBlock()} when the operator is early terminated (interrupted).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EarlyTerminationException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-