Class ObjectStoreQueryDurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectStoreQueryDurationException
    extends ObjectStoreException
    An Exception thrown if the estimated time to complete a query is greater than the maximum permitted.
    Author:
    Kim Rutherford
    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

      • ObjectStoreQueryDurationException

        public ObjectStoreQueryDurationException()
        Create a new ObjectStoreQueryDurationException.
      • ObjectStoreQueryDurationException

        public ObjectStoreQueryDurationException​(java.lang.String msg)
        Create a new ObjectStoreQueryDurationException with the given detail message.
        Parameters:
        msg - the detail message
      • ObjectStoreQueryDurationException

        public ObjectStoreQueryDurationException​(java.lang.Throwable t)
        Create a new ObjectStoreQueryDurationException with the specified nested throwable.
        Parameters:
        t - the nested throwable
      • ObjectStoreQueryDurationException

        public ObjectStoreQueryDurationException​(java.lang.String msg,
                                                 java.lang.Throwable t)
        Create a new ObjectStoreQueryDurationException with the specified detail message and nested throwable.
        Parameters:
        msg - the detail message
        t - the nested throwable