org.omg.CORBA
クラス TRANSACTION_UNAVAILABLE

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
                          |
                          +--org.omg.CORBA.TRANSACTION_UNAVAILABLE
すべての実装インタフェース:
java.io.Serializable

public final class TRANSACTION_UNAVAILABLE
extends SystemException

関連項目:
直列化された形式

クラス org.omg.CORBA.SystemException から継承したフィールド
completed, minor
 
コンストラクタの概要
TRANSACTION_UNAVAILABLE()
           
TRANSACTION_UNAVAILABLE(int minor, CompletionStatus completed)
           
TRANSACTION_UNAVAILABLE(java.lang.String reason)
           
TRANSACTION_UNAVAILABLE(java.lang.String reason, int minor, CompletionStatus completed)
           
 
クラス org.omg.CORBA.SystemException から継承したメソッド
toString
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

TRANSACTION_UNAVAILABLE

public TRANSACTION_UNAVAILABLE()

TRANSACTION_UNAVAILABLE

public TRANSACTION_UNAVAILABLE(int minor,
                               CompletionStatus completed)

TRANSACTION_UNAVAILABLE

public TRANSACTION_UNAVAILABLE(java.lang.String reason)

TRANSACTION_UNAVAILABLE

public TRANSACTION_UNAVAILABLE(java.lang.String reason,
                               int minor,
                               CompletionStatus completed)