com.infoteria.asteria.flowengine2.transaction
Class TransactionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.infoteria.asteria.flowlibrary2.FlowException
|
+--com.infoteria.asteria.flowengine2.transaction.TransactionException
- All Implemented Interfaces:
- Serializable
- public class TransactionException
- extends FlowException
トランザクション中に発生するException
- See Also:
- Serialized Form
Methods inherited from class com.infoteria.asteria.flowlibrary2.FlowException |
addParam, getComponent, getComponentName, getErrorCode, getMessageWithComponentName, getObject, getOriginalException, getParam, getParam, getParamCount, getParamName, getParams, getRootException, getRootFlowException, getState, getStream, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setObject, setOriginalException, setState, setStream |
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)