java.lang.Object java.lang.Throwable java.lang.Exception org.omg.CORBA.portable.RemarshalException
public final class RemarshalException
此类用来报告本地转发异常,以及发回 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 |
构造方法详细信息 |
---|
public RemarshalException()