Package | Description |
---|---|
ome.conditions |
Forms the basis of all Omero exception hierarchies.
|
ome.conditions.acl |
Exceptions thrown due to access control violations.
|
ome.services.query |
facilitates the creation of Hibernate Queries and Criteria.
|
omero | |
omero.cmd |
Modifier and Type | Class and Description |
---|---|
class |
ApiUsageException
Alerts a user to a misuse of an Omero method call.
|
class |
AuthenticationException
Invalid username and/or credential provided.
|
class |
ConcurrencyException
Error due to simultaneous access of some resource.
|
class |
DatabaseBusyException
No connections are currently available for the database.
|
class |
ExpiredCredentialException
Correct username and credentials provided, but credentials expired.
|
class |
GroupSecurityViolation
Extension of
SecurityViolation which signifies that the violation
in question goes against the group-based permissions introduced in 4.2. |
class |
InternalException
Catchall for unknown server exceptions.
|
class |
LockTimeout
Server could not acquire necessary lock.
|
class |
MissingPyramidException |
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 |
PermissionMismatchGroupSecurityViolation
Extension of
GroupSecurityViolation signalling that an object
has a permission which does not match the group permissions. |
class |
ReadOnlyGroupSecurityViolation
Extension of
GroupSecurityViolation signalling that an admin or
group owner has tried to make a modification in a private group OR that
the member of a read-only group has tried to do the same. |
class |
RemovedSessionException
Client attempted to access a session which has either
expired or been closed manually. |
class |
ResourceError
Represents a incorrectible/unforseeable event within the server that lead to
a failure of a process.
|
class |
SecurityViolation
User does not have permissions to perform given action.
|
class |
SessionException
Base session related exception.
|
class |
SessionTimeoutException
The given session has expired and can no longer be used.
|
class |
TryAgain
Background processing necessary to process the request.
|
class |
ValidationException
More specific
ApiUsageException , in
that the specification of your data as outlined in the OME specification is
incorrect. |
Modifier and Type | Class and Description |
---|---|
class |
ACLCreateViolation
User does not have permissions to perform given action.
|
class |
ACLDeleteViolation
User does not have permissions to perform given action.
|
class |
ACLLoadViolation
User does not have permissions to perform given action.
|
class |
ACLUpdateViolation
User does not have permissions to perform given action.
|
class |
ACLViolation
User has attempted an action which is not permitted by the
Permissions of a given instance. |
class |
CollectedACLViolations
User has attempted an action which is not permitted by the
Permissions of a given instance. |
Modifier and Type | Class and Description |
---|---|
class |
QueryException
something failed in looking up a query
|
Modifier and Type | Class and Description |
---|---|
class |
ClientError
abstract superclass of all Omero exceptions.
|
class |
IllegalArgumentException |
class |
UnloadedCollectionException |
class |
UnloadedEntityException |
Modifier and Type | Class and Description |
---|---|
static class |
HandleI.Cancel
Signals that
HandleI.run() has noticed that the state diagram
wants a cancellation or that the Request implementation wishes to
stop execution. |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.