java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.server.ServerNotActiveException
- 所有已实现的接口:
-
Serializable
一个
ServerNotActiveException
是在调用RemoteServer.getClientHost
时抛出的Exception
,如果在不提供远程方法调用服务时调用了getClientHost方法。
- 自从:
- 1.1
- 参见:
-
Constructor Summary
ConstructorDescription构造一个没有指定详细消息的ServerNotActiveException
。构造一个带有指定详细消息的ServerNotActiveException
。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerNotActiveException
public ServerNotActiveException()构造一个没有指定详细消息的ServerNotActiveException
。- 自从:
- 1.1
-
ServerNotActiveException
构造一个带有指定详细消息的ServerNotActiveException
。- 参数:
-
s
- 详细消息。 - 自从:
- 1.1
-