Package mondrian.olap
Class QueryCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- mondrian.olap.MondrianException
-
- mondrian.olap.ResultLimitExceededException
-
- mondrian.olap.QueryCanceledException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryCanceledException extends ResultLimitExceededException
Exception which indicates that a query was canceled by an end-user.See also
QueryTimeoutException
, which indicates that a query was canceled automatically due to a timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryCanceledException(java.lang.String message)
Creates a QueryCanceledException.
-
Method Summary
-
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
-
-