com.gemstone.gemfire
Class SystemConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemConnectException
public SystemConnectException(String message)
- Creates a new
SystemConnectException
.
SystemConnectException
public SystemConnectException(String message,
Throwable cause)
Copyright © 1997-2012 VMware, Inc. All rights reserved.