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