Class AllocatorClosedException

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

public class AllocatorClosedException extends RuntimeException
Exception thrown when a closed BufferAllocator is used. Note this is an unchecked exception.
See Also:
  • Constructor Details

    • AllocatorClosedException

      public AllocatorClosedException(String message)