Response to a Request. Public variables:
Response id. This is the same id as that of the matching request.
The return value of the remote method.
The exception raise by the remote method (None if no exception was raised).
def __init__(self, id, returnValue = None, exception = None):