This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
Constructs an InvalidClientIDException with the specified reason and error code.paramreason a description of the exceptionparamerrorCode a string specifying the vendor-specific error code super(reason, errorCode);
InvalidClientIDException
super(reason, errorCode);
Constructs an InvalidClientIDException with the specified reason. The error code defaults to null.paramreason a description of the exception super(reason);
super(reason);