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
Deprecated. as of 5.7 use pools
instead.
@Deprecated
public class EndpointInUseException
- extends EndpointException
An EndpointInUseException
indicates a client Endpoint
is in use (meaning that it contains one or more Connection
s.
- Since:
- 5.0.2
- See Also:
- Serialized Form
EndpointInUseException
public EndpointInUseException(String msg)
- Deprecated.
Copyright © 1997-2013 VMware, Inc. All rights reserved.