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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemConnectException(String message) Creates a newSystemConnectException.SystemConnectException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemConnectException
Creates a newSystemConnectException.- Parameters:
message- the detail message
-
SystemConnectException
-