mondrian.olap
Class QueryCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mondrian.olap.MondrianException
                  extended by mondrian.olap.ResultLimitExceededException
                      extended by 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
QueryCanceledException(String message)
          Creates a QueryCanceledException.
 
Method Summary
 
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryCanceledException

public QueryCanceledException(String message)
Creates a QueryCanceledException.

Parameters:
message - Localized error message

SourceForge.net_Logo