org.objectweb.naming
Class NamingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NamingException
public NamingException(String msg)
- Constructs an
NamingException
with the specified
detail message.
- Parameters:
msg
- the detail message.