NotificationListener() {
public void handleNotification(Notification notification,
Object handback) {
}
};
c.addConnectionNotificationListener(listener,nf,h);
try {
System.out.println(
"removeConnectionNotificationListener(null)");
c.removeConnectionNotificationListener(nl);
throw new AssertionError("No exception raised");