JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
類別 PERSIST_STORE

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

public final class PERSIST_STORE
extends SystemException

此異常指示一個持久存儲錯誤,例如,無法建立資料庫連接或者某個資料庫損壞。

它包含次要程式碼 (minor code) 和完成狀態 (completion status),次要程式碼提供有關造成該異常原因的更詳細資訊。它可能還包含描述該異常的字元串。

另請參見:
關於 Java IDL 異常的文檔

欄位摘要
 
從類別 org.omg.CORBA.SystemException 繼承的欄位
completed, minor
 
建構子摘要
PERSIST_STORE()
          使用預設次要程式碼 0、完成狀態 CompletionStatus.COMPLETED_NO 和 null 描述建構一個 PERSIST_STORE 異常。
PERSIST_STORE(int minor, CompletionStatus completed)
          使用指定次要程式碼和完成狀態建構一個 PERSIST_STORE 異常。
PERSIST_STORE(String s)
          使用指定描述訊息、次要程式碼 0 和完成狀態 COMPLETED_NO 建構一個 PERSIST_STORE 異常。
PERSIST_STORE(String s, int minor, CompletionStatus completed)
          使用指定描述訊息、次要程式碼和完成狀態建構一個 PERSIST_STORE 異常。
 
方法摘要
 
從類別 org.omg.CORBA.SystemException 繼承的方法
toString
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

PERSIST_STORE

public PERSIST_STORE()
使用預設次要程式碼 0、完成狀態 CompletionStatus.COMPLETED_NO 和 null 描述建構一個 PERSIST_STORE 異常。


PERSIST_STORE

public PERSIST_STORE(String s)
使用指定描述訊息、次要程式碼 0 和完成狀態 COMPLETED_NO 建構一個 PERSIST_STORE 異常。

參數:
s - 套件含詳細訊息的 String

PERSIST_STORE

public PERSIST_STORE(int minor,
                     CompletionStatus completed)
使用指定次要程式碼和完成狀態建構一個 PERSIST_STORE 異常。

參數:
minor - 次要程式碼
completed - 完成狀態

PERSIST_STORE

public PERSIST_STORE(String s,
                     int minor,
                     CompletionStatus completed)
使用指定描述訊息、次要程式碼和完成狀態建構一個 PERSIST_STORE 異常。

參數:
s - 套件含描述訊息的 String
minor - 次要程式碼
completed - 完成狀態

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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