Package com.j_spaces.core
Class TransactionConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.TransactionConflictException
- All Implemented Interfaces:
Serializable
A TransactionConflictException is thrown when a template operation is performed on an entry which
is locked under a conflicting transaction. For example, when a read() operation is tried on an
entry taken under a different transaction.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionOverride the method to avoid expensive stack build and synchronization, since no one uses it anyway.toString()Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
m_Xtn1
-
m_Xtn2
-
-
Constructor Details
-
TransactionConflictException
-
-
Method Details
-
toString
-
fillInStackTrace
Override the method to avoid expensive stack build and synchronization, since no one uses it anyway.- Overrides:
fillInStackTracein classThrowable
-