Uses of Class javax.naming.InvalidNameException

Uses in package javax.naming

Constructors which throw type javax.naming.InvalidNameException

Methods which throw type javax.naming.InvalidNameException

Name
CompositeName.add(int posn, String comp)
Name
CompoundName.add(int posn, String comp)
Name
Name.add(int posn, String comp)
Inserts the given String component to this Name at the given index.
Name
Name
Name
Name.add(String comp)
Adds the given String component to the end of this Name.
Name
CompositeName.addAll(int posn, Name n)
Name
CompoundName.addAll(int posn, Name n)
Name
Name.addAll(int posn, Name n)
Inserts all the components of the given Name to this Name at the given index.
Name
Name
Name
Name.addAll(Name suffix)
Adds all the components of the given Name to the end of this Name.
Object
Object
CompoundName.remove(int posn)
Object
Name.remove(int posn)
Removes the component at the given index from this Name.