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