Uses of Class
mondrian.olap.ResultLimitExceededException
-
Packages that use ResultLimitExceededException Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries. -
-
Uses of ResultLimitExceededException in mondrian.olap
Subclasses of ResultLimitExceededException in mondrian.olap Modifier and Type Class Description class
MemoryLimitExceededException
Exception which indicates some resource limit was exceeded.class
NativeEvaluationUnsupportedException
Exception which indicates that native evaluation of a function was enabled but not supported, andMondrianProperties.AlertNativeEvaluationUnsupported
was set toERROR
.class
QueryCanceledException
Exception which indicates that a query was canceled by an end-user.class
QueryTimeoutException
Exception which indicates that a query executed for longer than its allowed time and was automatically canceled.class
ResourceLimitExceededException
Exception which indicates some resource limit was exceeded.
-