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 應重複此過程。
從類別 java.lang.Throwable 繼承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemarshalException
public RemarshalException()
- 建構一個 RemarshalException。
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。