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 classMemoryLimitExceededExceptionException which indicates some resource limit was exceeded.classNativeEvaluationUnsupportedExceptionException which indicates that native evaluation of a function was enabled but not supported, andMondrianProperties.AlertNativeEvaluationUnsupportedwas set toERROR.classQueryCanceledExceptionException which indicates that a query was canceled by an end-user.classQueryTimeoutExceptionException which indicates that a query executed for longer than its allowed time and was automatically canceled.classResourceLimitExceededExceptionException which indicates some resource limit was exceeded. 
 -