模块  java.rmi
软件包  java.rmi.server

Class ServerNotActiveException

  • 实现的所有接口
    Serializable

    public class ServerNotActiveException
    extends 异常
    一个 ServerNotActiveException异常到在呼叫期间抛出 RemoteServer.getClientHost如果getClientHost方法,称为服务远程方法调用的外部。
    从以下版本开始:
    1.1
    另请参见:
    RemoteServer.getClientHost()Serialized Form
    • 构造方法详细信息

      • ServerNotActiveException

        public ServerNotActiveException()
        构造一个没有指定详细消息的 ServerNotActiveException
        从以下版本开始:
        1.1
      • ServerNotActiveException

        public ServerNotActiveException​(String s)
        使用指定的详细消息构造一个 ServerNotActiveException
        参数
        s - 详细信息。
        从以下版本开始:
        1.1