org.apache.camel.spi
Class OptimisticLockingAggregationRepository.OptimisticLockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.spi.OptimisticLockingAggregationRepository.OptimisticLockingException
All Implemented Interfaces:
Serializable
Enclosing interface:
OptimisticLockingAggregationRepository

public static class OptimisticLockingAggregationRepository.OptimisticLockingException
extends RuntimeException

Exception used by an AggregationRepository to indicate that an optimistic update error has occurred and that the operation should be retried by the caller.

See Also:
Serialized Form

Constructor Summary
OptimisticLockingAggregationRepository.OptimisticLockingException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

OptimisticLockingAggregationRepository.OptimisticLockingException

public OptimisticLockingAggregationRepository.OptimisticLockingException()


Apache Camel