public class TransactionRolledBackRuntimeException extends JMSRuntimeException
JMSContext.commit results in a rollback of the current
transaction.| Constructor and Description |
|---|
TransactionRolledBackRuntimeException(String detailMessage)
Constructs a
TransactionRolledBackRuntimeException with the specified detail message |
TransactionRolledBackRuntimeException(String detailMessage,
String errorCode)
Constructs a
TransactionRolledBackRuntimeException with the specified detail message and error code. |
TransactionRolledBackRuntimeException(String detailMessage,
String errorCode,
Throwable cause)
Constructs a
TransactionRolledBackRuntimeException with the specified detail message, error code and cause |
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionRolledBackRuntimeException(String detailMessage)
TransactionRolledBackRuntimeException with the specified detail messagedetailMessage - a description of the exceptionpublic TransactionRolledBackRuntimeException(String detailMessage, String errorCode)
TransactionRolledBackRuntimeException with the specified detail message and error code.detailMessage - a description of the exceptionerrorCode - a provider-specific error codepublic TransactionRolledBackRuntimeException(String detailMessage, String errorCode, Throwable cause)
TransactionRolledBackRuntimeException with the specified detail message, error code and causedetailMessage - a description of the exceptionerrorCode - a provider-specific error codecause - the underlying cause of this exceptionCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.