--- old/src/java.rmi/share/classes/sun/rmi/registry/RegistryImpl.java 2015-05-15 20:25:46.006444008 +0400 +++ new/src/java.rmi/share/classes/sun/rmi/registry/RegistryImpl.java 2015-05-15 20:25:45.850444008 +0400 @@ -155,7 +155,7 @@ /** * Returns the remote object for specified name in the registry. * @exception RemoteException If remote operation failed. - * @exception NotBound If name is not currently bound. + * @exception NotBoundException If name is not currently bound. */ public Remote lookup(String name) throws RemoteException, NotBoundException @@ -188,7 +188,7 @@ /** * Unbind the name. * @exception RemoteException If remote operation failed. - * @exception NotBound If name is not currently bound. + * @exception NotBoundException If name is not currently bound. */ public void unbind(String name) throws RemoteException, NotBoundException, AccessException