public class java.rmi
NotBoundException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.
version1.13, 11/17/05
sinceJDK1.1
See also lookup(String), unbind(String), lookup(String), unbind(String)

Constructors
public NotBoundException()
Constructs a NotBoundException with no specified detail message.
sinceJDK1.1
public NotBoundException(String s)
Constructs a NotBoundException with the specified detail message.
sthe detail message
sinceJDK1.1