Class OutOfOffHeapMemoryException

  • All Implemented Interfaces:
    Serializable

    public class OutOfOffHeapMemoryException
    extends CancelException
    Indicates that attempts to allocate more objects in off-heap memory has failed and the Cache will be closed to prevent it from losing distributed consistency.
    See Also:
    Serialized Form
    • Constructor Detail

      • OutOfOffHeapMemoryException

        public OutOfOffHeapMemoryException()
        Constructs an OutOfOffHeapMemoryError with no detail message.
      • OutOfOffHeapMemoryException

        public OutOfOffHeapMemoryException​(String message)
        Constructs an OutOfOffHeapMemoryError with the specified detail message.
        Parameters:
        message - the detail message.