JavaTM 2 Platform
Standard Ed. 5.0

org.omg.CORBA.portable
类 RemarshalException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 org.omg.CORBA.portable.RemarshalException
所有已实现的接口:
Serializable

public final class RemarshalException
extends Exception

此类用来报告本地转发异常,以及发回 ORB 的对象转发 GIOP 信息。在这种情况下,重试前 ORB 必须重新编组请求。使用基于流模式的 Stub 应该捕获 RemarshalException,该异常可能从 ObjectImpl_invoke() 方法抛出。一旦捕获到该异常,stub 应立即重新编组请求:调用 _request(),编组参数(如果有),然后调用 _invoke()。在 _invoke() 正常返回或引发 RemarshalException 以外的异常前,stub 应重复此过程。


构造方法摘要
RemarshalException()
          构造一个 RemarshalException。
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

RemarshalException

public RemarshalException()
构造一个 RemarshalException。


JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策