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