java.rmi
Class ConnectIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.ConnectIOException
Wraps an I/O Exception thrown while connecting for a remote call.
Since:Author:ConnectIOException
public ConnectIOException(java.lang.String s)
Create an exception with a message.
Parameters:
ConnectIOException
public ConnectIOException(java.lang.String s, java.lang.Exception e)
Create an exception with a message and a cause.
Parameters: