public class FailedSynchronizationException extends CacheRuntimeException
UserTransaction
(aka JTA
transaction), most likely the cause of the UserTransaction
's
javax.transaction.Status#STATUS_MARKED_ROLLBACK
status.UserTransaction.setRollbackOnly()
,
Transaction.registerSynchronization(javax.transaction.Synchronization)
,
Status
,
Serialized FormConstructor and Description |
---|
FailedSynchronizationException(String msg)
Constructs an instance of
FailedSynchronizationException with the specified detail
message. |
FailedSynchronizationException(String msg,
Throwable cause)
Constructs an instance of
FailedSynchronizationException with the specified detail
message and cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FailedSynchronizationException(String msg)
FailedSynchronizationException
with the specified detail
message.msg
- the detail message