- java.lang.Object
 -  
      
- java.lang.Throwable
 -  
        
- java.lang.Exception
 -  
          
- java.io.IOException
 -  
            
- java.rmi.RemoteException
 -  
              
- java.rmi.StubNotFoundException
 
 
 
 
 
 
-  
       
- 实现的所有接口
 -  
         
Serializable 
public class StubNotFoundException extends RemoteException
如果在导出远程对象时找不到有效的存根类,则抛出StubNotFoundException。 甲StubNotFoundException时可激活对象经由注册也可以抛出java.rmi.activation.Activatable.register方法。- 从以下版本开始:
 - 1.1
 - 另请参见:
 -  
         
UnicastRemoteObject,Activatable, Serialized Form 
 
-  
        
       
-  
             
字段汇总
-  
               
声明的属性在类 java.rmi.RemoteException
detail 
 -  
               
 
-  
             
构造方法摘要
构造方法 构造器 描述 StubNotFoundException(String s)使用指定的详细消息构造一个StubNotFoundException。StubNotFoundException(String s, 异常 ex)使用指定的详细消息和嵌套异常构造一个StubNotFoundException。 
-  
             
方法摘要
-  
               
声明方法的类 java.rmi.RemoteException
getCause, getMessage 
 -  
               
 
 -