public class TransactionRolledBackRuntimeException extends JMSRuntimeException
JMSContext.commit の呼び出しの結果、現在のトランザクションがロールバックされる場合にスローする必要があります。| コンストラクターと説明 |
|---|
TransactionRolledBackRuntimeException(StringSE detailMessage) 指定された詳細メッセージで TransactionRolledBackRuntimeException を構築します |
TransactionRolledBackRuntimeException(StringSE detailMessage, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して TransactionRolledBackRuntimeException を構築します。 |
TransactionRolledBackRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause) 指定された詳細メッセージ、エラーコード、原因を使用して TransactionRolledBackRuntimeException を構築します |
getErrorCodeaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic TransactionRolledBackRuntimeException(StringSE detailMessage)
TransactionRolledBackRuntimeException を構築します detailMessage - 例外の説明 public TransactionRolledBackRuntimeException(StringSE detailMessage, StringSE errorCode)
TransactionRolledBackRuntimeException を構築します。detailMessage - 例外の説明 errorCode - プロバイダー固有のエラーコード public TransactionRolledBackRuntimeException(StringSE detailMessage, StringSE errorCode, ThrowableSE cause)
TransactionRolledBackRuntimeException を構築します detailMessage - 例外の説明 errorCode - プロバイダー固有のエラーコード cause - この例外の根本的な原因 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.