Class DuplicateClientIdException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DuplicateClientIdException​(DistributedMember server, java.lang.String msg)
      Constructs an instance of DuplicateClientIdException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicateClientIdException

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