Class LowMemoryException

All Implemented Interfaces:
Serializable

public class LowMemoryException extends ResourceException
Indicates a low memory condition either on the local or a remote Cache. The ResourceManager monitors local tenured memory consumption and determines when operations are rejected.
Since:
GemFire 6.0
See Also:
  • Constructor Details

    • 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 Details

    • 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