public class

UnknownHostException

extends RemoteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.rmi.RemoteException
           ↳ java.rmi.UnknownHostException

Class Overview

An UnknownHostException is thrown if a java.net.UnknownHostException occurs while creating a connection to the remote host for a remote method call.

Summary

[Expand]
Inherited Fields
From class java.rmi.RemoteException
Public Constructors
UnknownHostException(String s)
Constructs an UnknownHostException with the specified detail message.
UnknownHostException(String s, Exception ex)
Constructs an UnknownHostException with the specified detail message and nested exception.
[Expand]
Inherited Methods
From class java.rmi.RemoteException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnknownHostException (String s)

Constructs an UnknownHostException with the specified detail message.

Parameters
s the detail message

public UnknownHostException (String s, Exception ex)

Constructs an UnknownHostException with the specified detail message and nested exception.

Parameters
s the detail message
ex the nested exception