|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.omg.CORBA.SystemException org.omg.CORBA.TRANSACTION_UNAVAILABLE
public final class TRANSACTION_UNAVAILABLE
當由於到事務服務 (Transaction Service) 的連接已異常終止而無法處理事務服務上下文時,由 ORB 拋出 CORBA TRANSACTION_UNAVAILABLE
異常。
它包含次要程式碼 (minor code) 和完成狀態 (completion status),次要程式碼提供有關造成該異常原因的資訊。它可能還包含描述該異常的字元串。OMG CORBA 核心 2.4 規範中有詳細說明。
欄位摘要 |
---|
從類別 org.omg.CORBA.SystemException 繼承的欄位 |
---|
completed, minor |
建構子摘要 | |
---|---|
TRANSACTION_UNAVAILABLE()
使用預設次要程式碼 0、完成狀態 CompletionStatus.COMPLETED_NO 和 null 描述建構一個 TRANSACTION_UNAVAILABLE 異常。 |
|
TRANSACTION_UNAVAILABLE(int minor,
CompletionStatus completed)
使用指定次要程式碼和完成狀態建構一個 TRANSACTION_UNAVAILABLE 異常。 |
|
TRANSACTION_UNAVAILABLE(String s)
使用指定描述訊息、次要程式碼 0 和完成狀態 COMPLETED_NO 建構一個 TRANSACTION_UNAVAILABLE 異常。 |
|
TRANSACTION_UNAVAILABLE(String s,
int minor,
CompletionStatus completed)
使用指定描述訊息、次要程式碼和完成狀態建構一個 TRANSACTION_UNAVAILABLE 異常。 |
方法摘要 |
---|
從類別 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 |
建構子詳細資訊 |
---|
public TRANSACTION_UNAVAILABLE()
TRANSACTION_UNAVAILABLE
異常。
public TRANSACTION_UNAVAILABLE(String s)
TRANSACTION_UNAVAILABLE
異常。
s
- 套件含詳細訊息的 Stringpublic TRANSACTION_UNAVAILABLE(int minor, CompletionStatus completed)
TRANSACTION_UNAVAILABLE
異常。
minor
- 次要程式碼completed
- 完成狀態public TRANSACTION_UNAVAILABLE(String s, int minor, CompletionStatus completed)
TRANSACTION_UNAVAILABLE
異常。
s
- 套件含描述訊息的 Stringminor
- 次要程式碼completed
- 完成狀態
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。