Package mondrian.olap
Class QueryCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
mondrian.olap.ResultLimitExceededException
mondrian.olap.QueryCanceledException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryCanceledException
Creates a QueryCanceledException.- Parameters:
message
- Localized error message
-