Module java.rmi
Package java.rmi

Class ServerRuntimeException

所有已实现的接口:
Serializable

@Deprecated public class ServerRuntimeException extends RemoteException
Deprecated.
no replacement
从在JDK 1.1上执行的服务器中,当在服务器上处理调用时抛出RuntimeException时,将抛出ServerRuntimeException作为远程方法调用的结果,无论是在解组参数时,执行远程方法本身,还是组合返回值时。 ServerRuntimeException实例包含作为其原因发生的原始RuntimeException

在执行Java 2平台v1.2或更高版本的服务器上,不会抛出ServerRuntimeException

自版本:
1.1
参见:
  • Constructor Details

    • ServerRuntimeException

      @Deprecated public ServerRuntimeException(String s, Exception ex)
      Deprecated.
      no replacement
      构造具有指定详细消息和嵌套异常的ServerRuntimeException
      参数:
      s - 详细消息
      ex - 嵌套异常
      自版本:
      1.1