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