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