Package org.openspaces.core
Class UpdateOperationTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.TransientDataAccessException
org.springframework.dao.ConcurrencyFailureException
org.springframework.dao.PessimisticLockingFailureException
org.springframework.dao.CannotAcquireLockException
org.openspaces.core.UpdateOperationTimeoutException
- All Implemented Interfaces:
Serializable
public class UpdateOperationTimeoutException
extends org.springframework.dao.CannotAcquireLockException
Thrown when a space update operation timeouts after waiting for a transactional proper matching
entry. Wraps
OperationTimeoutException.
Note: To preserve timeout semantics defined by JavaSpace API, this exception is thrown only if timeout expires and a space operation is performed with the UPDATE_OR_WRITE modifier.
- Author:
- kimchy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpdateOperationTimeoutException
-