ibis.rmi
Class UnknownHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ibis.ipl.IbisIOException
ibis.rmi.RemoteException
ibis.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 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 |
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 messagee
- the nested exception
The Ibis project