java.rmi.server

Class ServerNotActiveException

public class ServerNotActiveException extends Exception

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

Since: 1.1

See Also: getClientHost

UNKNOWN: updated to 1.4

Constructor Summary
ServerNotActiveException()
Create an exception with no message.
ServerNotActiveException(String s)
Create an exception with a message.

Constructor Detail

ServerNotActiveException

public ServerNotActiveException()
Create an exception with no message.

ServerNotActiveException

public ServerNotActiveException(String s)
Create an exception with a message.

Parameters: s the message