Class LowMemoryException

    • Constructor Detail

      • LowMemoryException

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

        public LowMemoryException​(String msg,
                                  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 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