Name

InvalidName

Synopsis

This exception is thrown by any of the NamingContext methods for binding, resolving or unbinding objects, when the specified name is invalid, e.g., it contains invalid characters.

                  
public final class InvalidName extends org.omg.CORBA.UserException {
// Public Constructors
   public InvalidName();  
   public InvalidName( String $reason);                          // 1.4
}

Passed To

org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.{insert(), write()}, InvalidNameHolder.InvalidNameHolder()

Returned By

org.omg.CosNaming.NamingContextPackage.InvalidNameHelper.{extract(), read()}

Thrown By

Too many methods to list.

Type Of

InvalidNameHolder.value

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.