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:
 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(String message)Creates a ResultLimitExceededException. 
- 
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 Detail
- 
ResultLimitExceededException
public ResultLimitExceededException(String message)
Creates a ResultLimitExceededException.- Parameters:
 message- Localized message
 
 - 
 
 -