Class LowMemoryException

    • Constructor Summary

      Constructors 
      Constructor Description
      LowMemoryException()
      Creates a new instance of LowMemoryException.
      LowMemoryException​(java.lang.String msg, java.util.Set<DistributedMember> criticalMembers)
      Constructs an instance of LowMemoryException with the specified detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<DistributedMember> getCriticalMembers()
      Get a read-only set of members in a critical state at the time this exception was constructed.
      • 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

      • LowMemoryException

        public LowMemoryException()
        Creates a new instance of LowMemoryException.
      • LowMemoryException

        public LowMemoryException​(java.lang.String msg,
                                  java.util.Set<DistributedMember> criticalMembers)
        Constructs an instance of LowMemoryException with the specified detail message.
        Parameters:
        msg - the detail message
        criticalMembers - the member(s) which are/were in a critical state
    • Method Detail

      • getCriticalMembers

        public java.util.Set<DistributedMember> getCriticalMembers()
        Get a read-only set of members in a critical state at the time this exception was constructed.
        Returns:
        the critical members