Class OutOfMemoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.exec.exception.OutOfMemoryException
All Implemented Interfaces:
Serializable

public class OutOfMemoryException extends RuntimeException
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 Details

    • OutOfMemoryException

      public OutOfMemoryException()
    • OutOfMemoryException

      public OutOfMemoryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • OutOfMemoryException

      public OutOfMemoryException(String message, Throwable cause)
    • OutOfMemoryException

      public OutOfMemoryException(String message)
    • OutOfMemoryException

      public OutOfMemoryException(Throwable cause)