Class OutOfOffHeapMemoryException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      OutOfOffHeapMemoryException()
      Constructs an OutOfOffHeapMemoryError with no detail message.
      OutOfOffHeapMemoryException​(java.lang.String message)
      Constructs an OutOfOffHeapMemoryError with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OutOfOffHeapMemoryException

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

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