Searched refs:InvalidAttributeIdentifierException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DInvalidAttributeIdentifierException.java43 public class InvalidAttributeIdentifierException extends NamingException { class in inherits:NamingException
45 * Constructs a new instance of InvalidAttributeIdentifierException using the
50 public InvalidAttributeIdentifierException(String explanation) { method in class:InvalidAttributeIdentifierException
55 * Constructs a new instance of InvalidAttributeIdentifierException.
58 public InvalidAttributeIdentifierException() { method in class:InvalidAttributeIdentifierException
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java246 throws InvalidAttributeIdentifierException {
265 throws InvalidAttributeIdentifierException {
681 * @throws InvalidAttributeIdentifierException
685 throws InvalidAttributeIdentifierException {
688 throw new InvalidAttributeIdentifierException(
702 throw new InvalidAttributeIdentifierException(
711 throw new InvalidAttributeIdentifierException(
725 throws InvalidAttributeIdentifierException {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java459 throw new InvalidAttributeIdentifierException("malformed " +
466 throw new InvalidAttributeIdentifierException("qdstring has " +
586 throw new InvalidAttributeIdentifierException("malformed " +
H A DLdapCtx.java3156 e = new InvalidAttributeIdentifierException(message);

Completed in 64 milliseconds