JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA.portable
類別 ApplicationException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 org.omg.CORBA.portable.ApplicationException
所有已實作的介面:
Serializable

public class ApplicationException
extends Exception

此類別用來報告 ORB 和 stub 之間的應用程序級異常。


建構子摘要
ApplicationException(String id, InputStream ins)
          根據異常的 CORBA 存儲資源庫 ID 和一個輸入串流(可從中讀取異常資料作為其參數)建構 ApplicationException。
 
方法摘要
 String getId()
          返回異常的 CORBA 存儲資源庫 ID 而不會將其從異常輸入串流中移除。
 InputStream getInputStream()
          返回可從中讀取異常資料作為其參數的輸入串流。
 
從類別 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
 

建構子詳細資訊

ApplicationException

public ApplicationException(String id,
                            InputStream ins)
根據異常的 CORBA 存儲資源庫 ID 和一個輸入串流(可從中讀取異常資料作為其參數)建構 ApplicationException。

參數:
id - 使用者異常的存儲資源庫 id
ins - 套件含使用者異常資料的串流
方法詳細資訊

getId

public String getId()
返回異常的 CORBA 存儲資源庫 ID 而不會將其從異常輸入串流中移除。

返回:
此異常的 CORBA 存儲資源庫 ID

getInputStream

public InputStream getInputStream()
返回可從中讀取異常資料作為其參數的輸入串流。

返回:
包含使用者異常資料的串流

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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