Class OverUsageException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OverUsageException
    extends ApiUsageException
    More specific ApiUsageException, 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • OverUsageException

        public OverUsageException​(java.lang.String msg)