Package ome.conditions
Class OverUsageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.ApiUsageException
-
- ome.conditions.OverUsageException
-
- All Implemented Interfaces:
java.io.Serializable
public class OverUsageException extends ApiUsageException
More specificApiUsageException
, in that the current use of the OMERO API could overwhelm the server and has been blocked. Examples include:- Creating too many sessions in too short a period of time
- Opening too many stateful services
- Requesting too many database objects in one call
- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverUsageException(java.lang.String msg)
-