org.objectweb.naming
Class NamingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.naming.NamingException
All Implemented Interfaces:
Serializable

public class NamingException
extends Exception

Thrown when a name can not be created, encoded, decoded, bound, and so on.

See Also:
Serialized Form

Constructor Summary
NamingException(String msg)
          Constructs an NamingException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamingException

public NamingException(String msg)
Constructs an NamingException with the specified detail message.

Parameters:
msg - the detail message.