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.,
,
Registry.lookup(String),
Registry.unbind(String),
Serialized Form| Constructor and Description |
|---|
NotBoundException()
Constructs a
NotBoundException with no
specified detail message. |
NotBoundException(String s)
Constructs a
NotBoundException with the specified
detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotBoundException()
NotBoundException with no
specified detail message.public NotBoundException(String s)
NotBoundException with the specified
detail message.s - the detail messageCopyright © 2013 CableLabs. All rights reserved.