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

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DAttributeInUseException.java43 public class AttributeInUseException extends NamingException { class in inherits:NamingException
45 * Constructs a new instance of AttributeInUseException with
51 public AttributeInUseException(String explanation) { method in class:AttributeInUseException
56 * Constructs a new instance of AttributeInUseException.
59 public AttributeInUseException() { method in class:AttributeInUseException
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java3071 e = new AttributeInUseException(message);

Completed in 44 milliseconds