Package omero

Class DatabaseBusyException

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class 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 modified. Clients may want to wait the given backOff period, and retry.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseBusyException()  
      DatabaseBusyException​(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message, long backOff)  
      DatabaseBusyException​(java.lang.String serverStackTrace, java.lang.String serverExceptionClass, java.lang.String message, long backOff, java.lang.Throwable __cause)  
      DatabaseBusyException​(java.lang.Throwable __cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __readImpl​(IceInternal.BasicStream __is)  
      protected void __writeImpl​(IceInternal.BasicStream __os)  
      java.lang.String ice_name()  
      • Methods inherited from class Ice.UserException

        __read, __read, __readImpl, __usesClasses, __write, __write, __writeImpl, clone, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DatabaseBusyException

        public DatabaseBusyException()
      • DatabaseBusyException

        public DatabaseBusyException​(java.lang.Throwable __cause)
      • DatabaseBusyException

        public DatabaseBusyException​(java.lang.String serverStackTrace,
                                     java.lang.String serverExceptionClass,
                                     java.lang.String message,
                                     long backOff)
      • DatabaseBusyException

        public DatabaseBusyException​(java.lang.String serverStackTrace,
                                     java.lang.String serverExceptionClass,
                                     java.lang.String message,
                                     long backOff,
                                     java.lang.Throwable __cause)