Class ObjectStoreLimitReachedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectStoreLimitReachedException
    extends ObjectStoreException
    An exception that may be thrown by the objectstore, when an access is made outside the allowable maximum query size.
    Author:
    Matthew Wakeling, Andrew Varley
    See Also:
    Serialized Form
    • 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

      • ObjectStoreLimitReachedException

        public ObjectStoreLimitReachedException()
        Constructs an ObjectStoreLimitReachedException.
      • ObjectStoreLimitReachedException

        public ObjectStoreLimitReachedException​(java.lang.String msg)
        Constructs an ObjectStoreLimitReachedException with the specified detail message.
        Parameters:
        msg - the detail message