public class

ServerNotActiveException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.rmi.server.ServerNotActiveException

Class Overview

An ServerNotActiveException is an Exception thrown during a call to RemoteServer.getClientHost if the getClientHost method is called outside of servicing a remote method call.

See Also

Summary

Public Constructors
ServerNotActiveException()
Constructs an ServerNotActiveException with no specified detail message.
ServerNotActiveException(String s)
Constructs an ServerNotActiveException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ServerNotActiveException ()

Constructs an ServerNotActiveException with no specified detail message.

public ServerNotActiveException (String s)

Constructs an ServerNotActiveException with the specified detail message.

Parameters
s the detail message.