Package org.apache.drill.exec.exception
Class OutOfMemoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.exec.exception.OutOfMemoryException
- All Implemented Interfaces:
Serializable
This is thrown in various cases when Drill cannot allocate Direct Memory. Note: This does NOT get thrown when we run out of heap memory.
- See Also:
-
Constructor Summary
ConstructorDescriptionOutOfMemoryException
(String message) OutOfMemoryException
(String message, Throwable cause) OutOfMemoryException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) OutOfMemoryException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfMemoryException
public OutOfMemoryException() -
OutOfMemoryException
-
OutOfMemoryException
-
OutOfMemoryException
-
OutOfMemoryException
-