Package mondrian.olap

Class QueryCanceledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryCanceledException
    extends ResultLimitExceededException
    Exception which indicates that a query was canceled by an end-user.

    See also QueryTimeoutException, which indicates that a query was canceled automatically due to a timeout.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryCanceledException​(java.lang.String message)
      Creates a QueryCanceledException.
    • 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

      • QueryCanceledException

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