JavaTM 2 Platform
Standard Ed. 6

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. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only