Package org.apache.drill.exec.exception
Class OversizedAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.common.exceptions.DrillRuntimeException
org.apache.drill.exec.exception.OversizedAllocationException
- All Implemented Interfaces:
Serializable
An exception that is used to signal that allocation request in bytes is greater than the maximum allowed by
allocator
.
Operators should handle this exception to split the batch and later resume the execution on the next
iteration
.
- See Also:
-
Constructor Summary
ConstructorDescriptionOversizedAllocationException
(String message) OversizedAllocationException
(String message, Throwable cause) OversizedAllocationException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class org.apache.drill.common.exceptions.DrillRuntimeException
checkInterrupted, create, create
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OversizedAllocationException
public OversizedAllocationException() -
OversizedAllocationException
-
OversizedAllocationException
-
OversizedAllocationException
-
OversizedAllocationException
-