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

Class ServerNotActiveException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.rmi.server.ServerNotActiveException


public class ServerNotActiveException

extends Exception

Thrown during RemoteServer.getClientHost if the host is not servicing a remote method call.

Since:Author:See Also:

Constructor Summary

ServerNotActiveException()

Create an exception with no message.
ServerNotActiveException(java.lang.String s)

Create an exception with a message.

Constructor Details

ServerNotActiveException

public ServerNotActiveException()

Create an exception with no message.


ServerNotActiveException

public ServerNotActiveException(java.lang.String s)

Create an exception with a message.

Parameters: