Class TransactionDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.openspaces.core.TransactionDataAccessException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InactiveTransactionException, InvalidTransactionUsageException
public class TransactionDataAccessException
extends org.springframework.dao.DataAccessException
An exception occurred during a space operation that has to do with transactional semantics. Wraps
TransactionException.- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionDataAccessException(String msg, Throwable cause) TransactionDataAccessException(org.springframework.transaction.TransactionException e) -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionDataAccessException
-
TransactionDataAccessException
-
TransactionDataAccessException
-
TransactionDataAccessException
public TransactionDataAccessException(org.springframework.transaction.TransactionException e)
-