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 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:
UpdateModifiers.UPDATE_OR_WRITE
,
Serialized Form
UpdateOperationTimeoutException
public UpdateOperationTimeoutException(OperationTimeoutException e)
Copyright © GigaSpaces.