public class CommitConflictException extends TransactionException
CacheTransactionManager.commit()
,
Serialized FormConstructor and Description |
---|
CommitConflictException(String msg)
Constructs an instance of
CommitConflictException with the specified detail
message. |
CommitConflictException(String msg,
Throwable cause)
Constructs an instance of
CommitConflictException with the specified detail
message and cause. |
CommitConflictException(Throwable cause)
Constructs an instance of
CommitConflictException with the specified cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CommitConflictException(String msg)
CommitConflictException
with the specified detail
message.msg
- the detail messagepublic CommitConflictException(String msg, Throwable cause)
CommitConflictException
with the specified detail
message and cause.msg
- the detail messagecause
- the causal Throwablepublic CommitConflictException(Throwable cause)
CommitConflictException
with the specified cause.cause
- the causal Throwable