ibis.rmi
Class UnknownHostException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byibis.ipl.IbisIOException
                  extended byibis.rmi.RemoteException
                      extended byibis.rmi.UnknownHostException
All Implemented Interfaces:
java.io.Serializable

public class UnknownHostException
extends RemoteException

An UnknownHostException is thrown when the java.net version of same occurs while creating a connection to a remote host.

See Also:
Serialized Form

Constructor Summary
UnknownHostException(java.lang.String s)
          Constructs an UnknownHostException with the specified detail message.
UnknownHostException(java.lang.String s, java.lang.Exception e)
          Constructs an UnknownHostException with the specified detail message and nested exception.
 
Methods inherited from class ibis.ipl.IbisIOException
getCause, getMessage, initCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownHostException

public UnknownHostException(java.lang.String s)
Constructs an UnknownHostException with the specified detail message.

Parameters:
s - the detail message

UnknownHostException

public UnknownHostException(java.lang.String s,
                            java.lang.Exception e)
Constructs an UnknownHostException with the specified detail message and nested exception.

Parameters:
s - the detail message
e - the nested exception


The Ibis project