Package org.apache.camel.spi
Class OptimisticLockingAggregationRepository.OptimisticLockingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.spi.OptimisticLockingAggregationRepository.OptimisticLockingException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- OptimisticLockingAggregationRepository
public static class OptimisticLockingAggregationRepository.OptimisticLockingException extends RuntimeException
Exception
used by anAggregationRepository
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
Constructors Constructor Description OptimisticLockingException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-