Package | Description |
---|---|
ome.conditions |
Forms the basis of all Omero exception hierarchies.
|
ome.model |
Central interfaces in the Omero object model.
|
ome.util |
Utilities for all of OMERO.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimisticLockException
Signifies that another user has updated or deleted a given object, more
specifically a query of the form : "<action> where id = ?
|
class |
OverUsageException
More specific
ApiUsageException , in
that the current use of the OMERO API could overwhelm the server and has been blocked. |
class |
ValidationException
More specific
ApiUsageException , in
that the specification of your data as outlined in the OME specification is
incorrect. |
Modifier and Type | Method and Description |
---|---|
void |
IObject.unload()
set the loaded field to false, and set all non-ID fields to null.
|
Modifier and Type | Method and Description |
---|---|
void |
PermDetails.unload() |