Package ome.conditions
Class LockTimeout
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.ConcurrencyException
-
- ome.conditions.LockTimeout
-
- All Implemented Interfaces:
java.io.Serializable
public class LockTimeout extends ConcurrencyException
Server could not acquire necessary lock. Wait and try again.- Since:
- 4.3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
seconds
Informational field on number of seconds that the lock was tried for.-
Fields inherited from class ome.conditions.ConcurrencyException
backOff
-
-
Constructor Summary
Constructors Constructor Description LockTimeout(java.lang.String msg, long backOffInMilliseconds, int timeoutInSeconds)
-