java.rmi
Class NotBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.NotBoundException
- All Implemented Interfaces:
- Serializable
public class NotBoundException
- extends Exception
Thrown on an attempt to lookup or unbind a registry name that has no
associated binding.
- Since:
- 1.1
- See Also:
Naming.lookup(String)
,
Naming.unbind(String)
,
Registry.lookup(String)
,
Registry.unbind(String)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotBoundException
public NotBoundException()
- Create an exception with no message.
NotBoundException
public NotBoundException(String s)
- Create an exception with a message.
- Parameters:
s
- the message