public class TransactionConflictException extends Exception
Modifier and Type | Field and Description |
---|---|
ServerTransaction |
m_Xtn1 |
ServerTransaction |
m_Xtn2 |
Constructor and Description |
---|
TransactionConflictException(ServerTransaction Xtn1,
ServerTransaction Xtn2) |
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace()
Override the method to avoid expensive stack build and synchronization, since no one uses it
anyway.
|
String |
toString() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ServerTransaction m_Xtn1
public ServerTransaction m_Xtn2
public TransactionConflictException(ServerTransaction Xtn1, ServerTransaction Xtn2)
Copyright © GigaSpaces.