public class NotBoundException extends Exception
NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
Naming.lookup(String) ,
Naming.unbind(String) ,
Registry.lookup(String) ,
Registry.unbind(String) ,
Serialized Form
| Constructor and Description |
|---|
NotBoundException()
Constructs a
NotBoundException with no specified detail message.
|
NotBoundException(String
Constructs a
NotBoundException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotBoundException()
NotBoundException with no specified detail message.
public NotBoundException(Strings)
NotBoundException with the specified detail message.
s - the detail message