java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.NotBoundException
- All Implemented Interfaces:
- Serializable
public class NotBoundException extends Exception
A 
NotBoundException is thrown if an attempt
 is made to lookup or unbind in the registry a 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
- 
Constructor SummaryConstructors Constructor Description NotBoundException()Constructs aNotBoundExceptionwith no specified detail message.NotBoundException(String s)Constructs aNotBoundExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NotBoundExceptionpublic NotBoundException()Constructs aNotBoundExceptionwith no specified detail message.- Since:
- 1.1
 
- 
NotBoundExceptionConstructs aNotBoundExceptionwith the specified detail message.- Parameters:
- s- the detail message
- Since:
- 1.1
 
 
-