|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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 への接続が異常終了してトランザクションサービスコンテキストを処理できない場合、CORBA TRANSACTION_UNAVAILABLE
例外が ORB によってスローされます。
この例外には、例外の発生原因についての詳細情報を示すマイナーコードと完了状態が含まれます。例外を説明する文字列が含まれることもあります。詳細は、「OMG CORBA core 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. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。