package javax.naming.ldap; import javax.naming.NamingException; public interface UnsolicitedNotification extends ExtendedResponse, HasControls { NamingException getException(); String[] getReferrals(); }