Gemfire JavaDocs
Package org.apache.geode
Class SystemConnectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.SystemConnectException
-
- All Implemented Interfaces:
java.io.Serializable
public class SystemConnectException extends GemFireException
AnSystemConnectException
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 newSystemConnectException
.SystemConnectException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-