Package org.apache.arrow.memory
Class AllocatorClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.arrow.memory.AllocatorClosedException
- All Implemented Interfaces:
Serializable
Exception thrown when a closed BufferAllocator is used. Note this is an unchecked exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionAllocatorClosedException
(String message) Constructs a new allocator closed exception with a given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AllocatorClosedException
Constructs a new allocator closed exception with a given message.- Parameters:
message
- string associated with the cause
-