Package ome.conditions
Class DatabaseBusyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.ConcurrencyException
-
- ome.conditions.DatabaseBusyException
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseBusyException extends ConcurrencyException
No connections are currently available for the database. Wait and try again.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ome.conditions.ConcurrencyException
backOff
-
-
Constructor Summary
Constructors Constructor Description DatabaseBusyException(java.lang.String msg, long backOffInMilliseconds)
-