Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class ConnectException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.ConnectException


public class ConnectException

extends RemoteException

Thrown if a connection is refused for a remote call.

Since:Author:

Constructor Summary

ConnectException(java.lang.String s)

Create an exception with a message.
ConnectException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Constructor Details

ConnectException

public ConnectException(java.lang.String s)

Create an exception with a message.

Parameters:


ConnectException

public ConnectException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Parameters: