com.infoteria.asteria.flowengine2.transaction
クラス TransactionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.asteria.flowlibrary2.FlowException
                    |
                    +--com.infoteria.asteria.flowengine2.transaction.TransactionException
すべての実装インタフェース:
Serializable

public class TransactionException
extends FlowException

トランザクション中に発生するException

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

クラス com.infoteria.asteria.flowlibrary2.FlowException から継承したフィールド
STATE_DEFAULT
 
コンストラクタの概要
TransactionException(Exception e)
           
TransactionException(int code, Object o1)
           
TransactionException(int code, Object o1, Object o2)
           
TransactionException(int code, Object o1, Object o2, Object o3)
           
TransactionException(String msg)
           
TransactionException(XAException e)
           
 
クラス com.infoteria.asteria.flowlibrary2.FlowException から継承したメソッド
addParam, getComponent, getComponentName, getErrorCode, getMessageWithComponentName, getObject, getOriginalException, getParam, getParam, getParamCount, getParamName, getParams, getState, getStream, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setObject, setOriginalException, setState, setStream
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

TransactionException

public TransactionException(int code,
                            Object o1)

TransactionException

public TransactionException(int code,
                            Object o1,
                            Object o2)

TransactionException

public TransactionException(int code,
                            Object o1,
                            Object o2,
                            Object o3)

TransactionException

public TransactionException(Exception e)

TransactionException

public TransactionException(XAException e)

TransactionException

public TransactionException(String msg)