java.rmi.server
Class ServerNotActiveException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.rmi.server.ServerNotActiveException
public class
ServerNotActiveExceptionextends
Exception Thrown during RemoteServer.getClientHost
if the host is
not servicing a remote method call.
Since:Author:See Also:
ServerNotActiveException
public ServerNotActiveException()
Create an exception with no message.
ServerNotActiveException
public ServerNotActiveException(java.lang.String s)
Create an exception with a message.
Parameters:
RemoteServer.getClientHost
if the host is not servicing a remote method call.