Class SystemConnectException

  • All Implemented Interfaces:
    Serializable

    public class SystemConnectException
    extends GemFireException
    An SystemConnectException is thrown when a GemFire application tries to connect to an existing distributed system and is unable to contact all members of the distributed system to announce its presence. This is usually due to resource depletion problems (low memory or too few file descriptors) in other processes.
    See Also:
    Serialized Form
    • Constructor Detail

      • SystemConnectException

        public SystemConnectException​(String message)
        Creates a new SystemConnectException.
        Parameters:
        message - the detail message
      • SystemConnectException

        public SystemConnectException​(String message,
                                      Throwable cause)