Constructs a TargetedNotification object.  The
 object contains a pair (Notification, Listener ID).
 The Listener ID identifies the client listener to which that
 notification is targeted. The client listener ID is one
 previously returned by the connector server in response to an
 addNotificationListener request.
        
        
Parameters:
 - 
notification - Notification emitted from the MBean server.
 - 
listenerID - The ID of the listener to which this
        notification is targeted.
Throws:
  - 
IllegalArgumentException - if the 
listenerID 
        or 
notification is null.