com.gemstone.gemfire.cache.util
Class EndpointExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.cache.util.EndpointException
com.gemstone.gemfire.cache.util.EndpointExistsException
- All Implemented Interfaces:
- Serializable
public class EndpointExistsException
- extends EndpointException
An EndpointExistsException indicates a client
Endpoint already exists.
- Since:
- 5.0.2
- See Also:
- Serialized Form
|
Constructor Summary |
EndpointExistsException(com.gemstone.gemfire.internal.cache.tier.Endpoint endpoint)
Constructs a new EndpointExistsException. |
EndpointExistsException
public EndpointExistsException(com.gemstone.gemfire.internal.cache.tier.Endpoint endpoint)
- Constructs a new
EndpointExistsException.
- Parameters:
endpoint - The Endpoint that exists
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.