Module java.rmi
Package 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
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: