Class SystemConnectException

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

      Constructors 
      Constructor Description
      SystemConnectException​(java.lang.String message)
      Creates a new SystemConnectException.
      SystemConnectException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • SystemConnectException

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

        public SystemConnectException​(java.lang.String message,
                                      java.lang.Throwable cause)