Searched refs:NoSuchAttributeException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DNoSuchAttributeException.java42 public class NoSuchAttributeException extends NamingException { class in inherits:NamingException
44 * Constructs a new instance of NoSuchAttributeException using
49 public NoSuchAttributeException(String explanation) { method in class:NoSuchAttributeException
55 * Constructs a new instance of NoSuchAttributeException.
58 public NoSuchAttributeException() { method in class:NoSuchAttributeException
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java3108 e = new NoSuchAttributeException(message);

Completed in 39 milliseconds