Class DuplicateClientIdException

All Implemented Interfaces:
Serializable

public class DuplicateClientIdException extends OperationAbortedException
A DuplicateClientIdException indicates a client attempted to connect to a server with a duplicate client Id. Handshake was refused.
See Also:
  • Constructor Details

    • DuplicateClientIdException

      public DuplicateClientIdException(DistributedMember server, String msg)
      Constructs an instance of DuplicateClientIdException with the specified detail message.
      Parameters:
      server - the server that rejected the connection
      msg - the detail message