Package mondrian.olap

Class QueryTimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryTimeoutException
    extends ResultLimitExceededException
    Exception which indicates that a query executed for longer than its allowed time and was automatically canceled.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryTimeoutException​(java.lang.String message)
      Creates a QueryTimeoutException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • QueryTimeoutException

        public QueryTimeoutException​(java.lang.String message)
        Creates a QueryTimeoutException.
        Parameters:
        message - Localized error message