public class TransactionRolledBackException extends JMSException
Session.commit の呼び出しにより現在のトランザクションがロールバックされる場合にスローする必要があります。| コンストラクターと説明 |
|---|
TransactionRolledBackException(StringSE reason) 指定された理由で TransactionRolledBackException を構築します。 |
TransactionRolledBackException(StringSE reason, StringSE errorCode) 指定された理由とエラーコードで TransactionRolledBackException を構築します。 |
getErrorCode, getLinkedException, setLinkedExceptionaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic TransactionRolledBackException(StringSE reason, StringSE errorCode)
TransactionRolledBackException を構築します。reason - 例外の説明 errorCode - ベンダー固有のエラーコードを指定する文字列 public TransactionRolledBackException(StringSE reason)
TransactionRolledBackException を構築します。エラーコードのデフォルトは null です。reason - 例外の説明 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.