com.gemstone.gemfire.cache.util
Class EndpointDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.cache.util.EndpointException
com.gemstone.gemfire.cache.util.EndpointDoesNotExistException
- All Implemented Interfaces:
- Serializable
Deprecated. as of 5.7 use pools instead.
@Deprecated
public class EndpointDoesNotExistException
- extends EndpointException
An EndpointDoesNotExistException indicates a client
Endpoint does not exist for the input name, host and
port.
- Since:
- 5.0.2
- See Also:
- Serialized Form
EndpointDoesNotExistException
public EndpointDoesNotExistException(String name,
String host,
int port)
- Deprecated.
- Constructs a new
EndpointDoesNotExistException.
- Parameters:
name - The name of the requested Endpointhost - The host of the requested Endpointport - The port of the requested Endpoint
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.