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.
version: 26 August 1998 author: Rahul Sharma
Constructs an InvalidClientIDException with the specified
reason and error code.
Parameters: reason - a description of the exception Parameters: errorCode - a string specifying the vendor-specificerror code
InvalidClientIDException
public InvalidClientIDException(String reason)(Code)
Constructs an InvalidClientIDException with the specified
reason. The error code defaults to null.
Parameters: reason - a description of the exception