©
本文档使用
php.cn手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
1 2 3 4 5 6 |
|
1 |
|
当在服务器上处理远程方法调用时(既可以是解编参数、执行远程方法本身时,也可以是编组返回值时),如果抛出 Error
,则作为远程方法调用的结果,将抛出 ServerError
。ServerError
实例包含作为其 cause 而发生的初始 Error
。
字段摘要 |
---|
从类 java.rmi.RemoteException 继承的字段 |
---|
detail |
构造方法摘要 | |
---|---|
ServerError(String s,
Error err)
构造带指定详细消息和嵌入错误的 ServerError 。 |
方法摘要 |
---|
从类 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 |
构造方法详细信息 |
---|
1 2 |
|
ServerError
。
s
- 详细消息err
- 嵌入错误
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。