javax.naming
Class InvalidNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.InvalidNameException
All Implemented Interfaces:
Serializable

public class InvalidNameException
extends NamingException

Exception indicating an invalid component or Name. Thrown when a Name or component of a name is encountered that does not follow the syntactic rules of a particular Name class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
InvalidNameException()
          Creates a new exception without setting any of its fields.
InvalidNameException(String msg)
          Creates a new exception and sets the detailed message field.
 
Method Summary
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidNameException

public InvalidNameException()
Creates a new exception without setting any of its fields.


InvalidNameException

public InvalidNameException(String msg)
Creates a new exception and sets the detailed message field. All other fields are not set.