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 s)
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(String s)
NotBoundException with the specified
detail message.s - the detail messageaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2021 aicas GmbH. All Rights Reserved.