GigaSpaces XAP 7.1 API

org.openspaces.core
Class UpdateOperationTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by org.springframework.dao.TransientDataAccessException
                          extended by org.springframework.dao.ConcurrencyFailureException
                              extended by org.springframework.dao.PessimisticLockingFailureException
                                  extended by org.springframework.dao.CannotAcquireLockException
                                      extended by 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

Constructor Summary
UpdateOperationTimeoutException(OperationTimeoutException e)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateOperationTimeoutException

public UpdateOperationTimeoutException(OperationTimeoutException e)

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.