Package mondrian.olap
Class QueryTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mondrian.olap.MondrianException
-
- mondrian.olap.ResultLimitExceededException
-
- mondrian.olap.QueryTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryTimeoutException extends ResultLimitExceededException
Exception which indicates that a query executed for longer than its allowed time and was automatically canceled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryTimeoutException(java.lang.String message)
Creates a QueryTimeoutException.
-
Method Summary
-
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
-
-