Gemfire JavaDocs
Package org.apache.geode.cache.client
Class DuplicateClientIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheRuntimeException
-
- org.apache.geode.cache.OperationAbortedException
-
- org.apache.geode.cache.client.DuplicateClientIdException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateClientIdException extends OperationAbortedException
ADuplicateClientIdException
indicates a client attempted to connect to a server with a duplicate client Id. Handshake was refused.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateClientIdException(DistributedMember server, java.lang.String msg)
Constructs an instance ofDuplicateClientIdException
with the specified detail message.
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
DuplicateClientIdException
public DuplicateClientIdException(DistributedMember server, java.lang.String msg)
Constructs an instance ofDuplicateClientIdException
with the specified detail message.- Parameters:
server
- the server that rejected the connectionmsg
- the detail message
-
-