Name

InvalidNameException

Synopsis

Thrown when a specified name violates the syntax of a particular naming system.

                  
public class InvalidNameException extends NamingException {
// Public Constructors
   public InvalidNameException();  
   public InvalidNameException( String explanation);  
}

Thrown By

CompositeName.{add(), addAll(), CompositeName(), remove()}, CompoundName.{add(), addAll(), CompoundName(), remove()}, javax.naming.Name.{add(), addAll(), remove()}

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.