当前位置 类层次(JDK) 所有类(JDK) 所有域和方法(JDK)

类 java.rmi.StubNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----java.rmi.RemoteException
                                   |
                                   +----java.rmi.StubNotFoundException

public class StubNotFoundException
extends RemoteException


构造子索引

StubNotFoundException(String)
用描述字符串生成一新的 StubNotFoundException 。
StubNotFoundException(String, Exception)
用描述字符串和一个异常生成一新的 StubNotFoundException。

构造子

StubNotFoundException
 public StubNotFoundException(String s)
用描述字符串生成一新的 StubNotFoundException 。

StubNotFoundException
 public StubNotFoundException(String s,
                         Exception ex)
用描述字符串和一个异常生成一新的 StubNotFoundException。


当前位置 类层次 (JDK) 所有类 (JDK) 所有域和方法 (JDK)