|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.rmi
类 StubNotFoundException
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.rmi.RemoteException java.rmi.StubNotFoundException
- 所有已实现的接口:
- Serializable
-
public class StubNotFoundException
- extends RemoteException
如果在导入某个远程对象时无法找到该对象的有效 stub 类,则抛出 StubNotFoundException
。通过 java.rmi.activation.Activatable.register
方法注册可激活对象时也可能抛出 StubNotFoundException
。
- 从以下版本开始:
- JDK1.1
- 另请参见:
-
UnicastRemoteObject
,Activatable
, 序列化表格
字段摘要 |
---|
从类 java.rmi.RemoteException 继承的字段 |
---|
detail |
构造方法摘要 | |
---|---|
StubNotFoundException(String s) 构造带指定详细消息的 StubNotFoundException 。 |
|
StubNotFoundException(String s, Exception ex) 构造带指定详细消息和嵌入异常的 StubNotFoundException 。 |
方法摘要 |
---|
从类 java.rmi.RemoteException 继承的方法 |
---|
getCause, getMessage |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
StubNotFoundException
public StubNotFoundException(String s)
-
构造带指定详细消息的
StubNotFoundException
。- 参数:
-
s
- 详细消息 - 从以下版本开始:
- JDK1.1
StubNotFoundException
public StubNotFoundException(String s, Exception ex)
-
构造带指定详细消息和嵌入异常的
StubNotFoundException
。- 参数:
-
s
- 详细消息 -
ex
- 嵌入异常 - 从以下版本开始:
- JDK1.1
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |