Class ManagedReader.EarlyEofException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.drill.exec.physical.impl.scan.v3.ManagedReader.EarlyEofException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ManagedReader
Exception thrown from the constructor if the data source is empty and
can produce no data or schema. The scan will skip over the reader.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EarlyEofException
public EarlyEofException()
-