public class TransactionConflictException extends RuntimeException
Transaction being committed conflicts with another
transaction already committed. The current transaction must be retried.| Constructor and Description |
|---|
TransactionConflictException()
Initializes a new instance.
|
TransactionConflictException(String message)
Initializes a new instance.
|
TransactionConflictException(String message,
RuntimeException innerException)
Initializes a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionConflictException()
public TransactionConflictException(String message)
message - The message associated with the exception.public TransactionConflictException(String message, RuntimeException innerException)
message - The message associated with the exception.innerException - The inner exception that caused this exception.