Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::DatabaseBusyException

Overview

exception DatabaseBusyException extends ConcurrencyException

Too many simultaneous database users. This implies that a connection to the database could not be acquired, no data was saved or modifed. Clients may want to wait the given backOff period, and retry.


Home Previous Up Next Index