org.objectweb.naming

Class NamingException


public class NamingException
extends Exception

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

Constructor Summary

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

Constructor Details

NamingException

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

Parameters:
msg - the detail message.