Class 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)
      Constructs a new allocator closed exception with a given message.
      Parameters:
      message - string associated with the cause