Package ome.conditions
Class ConcurrencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.ConcurrencyException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DatabaseBusyException
,LockTimeout
,TryAgain
public class ConcurrencyException extends RootException
Error due to simultaneous access of some resource. Provides a suggested back off time in milliseconds.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
backOff
-
Constructor Summary
Constructors Constructor Description ConcurrencyException(java.lang.String msg, long backOffInMilliseconds)
-