Package mondrian.olap
Class ResultLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mondrian.olap.MondrianException
-
- mondrian.olap.ResultLimitExceededException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MemoryLimitExceededException
,NativeEvaluationUnsupportedException
,QueryCanceledException
,QueryTimeoutException
,ResourceLimitExceededException
public abstract class ResultLimitExceededException extends MondrianException
Abstract base class for exceptions that indicate some limit was exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResultLimitExceededException(java.lang.String message)
Creates a ResultLimitExceededException.
-
Method Summary
-
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
-
-