Package ome.conditions
Class TryAgain
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.ConcurrencyException
-
- ome.conditions.TryAgain
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MissingPyramidException
public class TryAgain extends ConcurrencyException
Background processing necessary to process the request. Wait and try again.- Since:
- 4.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ome.conditions.ConcurrencyException
backOff
-
-
Constructor Summary
Constructors Constructor Description TryAgain(java.lang.String msg, long backOffInMilliseconds)
-