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

Uses in package gnu.javax.naming.giop

Methods which throw type javax.naming.InvalidNameException

String[]
Parse CORBALOC.
String[]
Split the corbaname name into the address of the naming service (first part) and the name of the object in the naming service (second part)

Uses in package gnu.javax.naming.ictxImpl.trans

Methods which throw type javax.naming.InvalidNameException

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