- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.rmi.server.ServerNotActiveException
-
- 实现的所有接口
-
Serializable
public class ServerNotActiveException extends 异常
一个ServerNotActiveException
是异常
到在呼叫期间抛出RemoteServer.getClientHost
如果getClientHost方法,称为服务远程方法调用的外部。- 从以下版本开始:
- 1.1
- 另请参见:
-
RemoteServer.getClientHost()
, Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 ServerNotActiveException()
构造一个没有指定详细消息的ServerNotActiveException
。ServerNotActiveException(String s)
使用指定的详细消息构造一个ServerNotActiveException
。
-
方法摘要
-
-
-
构造方法详细信息
-
ServerNotActiveException
public ServerNotActiveException()
构造一个没有指定详细消息的ServerNotActiveException
。- 从以下版本开始:
- 1.1
-
ServerNotActiveException
public ServerNotActiveException(String s)
使用指定的详细消息构造一个ServerNotActiveException
。- 参数
-
s
- 详细信息。 - 从以下版本开始:
- 1.1
-
-