Name

UnknownHostException

Synopsis

This RemoteException is thrown if the host specified during a Naming lookup can’t be found.

                  
public class UnknownHostException extends RemoteException {
// Public Constructors
   public UnknownHostException( String s);  
   public UnknownHostException( String s, Exception ex);  
}

Thrown By

java.rmi.registry.RegistryHandler.registryStub()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.