public class TransactionInProgressRuntimeException extends JMSRuntimeException
JMSContext.commit
を呼び出そうとすると、TransactionInProgressRuntimeException
がスローされます。コンストラクターと説明 |
---|
TransactionInProgressRuntimeException(StringSE detailMessage) 指定された詳細メッセージで TransactionInProgressRuntimeException を構築します |
TransactionInProgressRuntimeException(StringSE detailMessage, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して TransactionInProgressRuntimeException を構築します。 |
TransactionInProgressRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause) 指定された詳細メッセージ、エラーコード、原因を使用して TransactionInProgressRuntimeException を構築します |
getErrorCode
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public TransactionInProgressRuntimeException(StringSE detailMessage)
TransactionInProgressRuntimeException
を構築します detailMessage
- 例外の説明 public TransactionInProgressRuntimeException(StringSE detailMessage, StringSE errorCode)
TransactionInProgressRuntimeException
を構築します。detailMessage
- 例外の説明 errorCode
- プロバイダー固有のエラーコード public TransactionInProgressRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
TransactionInProgressRuntimeException
を構築します detailMessage
- 例外の説明 errorCode
- プロバイダー固有のエラーコード cause
- この例外の根本的な原因 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.