Searched defs:AttributeInUseException (Results 1 - 1 of 1) 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

Completed in 5341 milliseconds