mondrian.olap
Class ResultLimitExceededException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MemoryLimitExceededException, NativeEvaluationUnsupportedException, QueryCanceledException, QueryTimeoutException, ResourceLimitExceededException

public abstract class ResultLimitExceededException
extends MondrianException

Abstract base class for exceptions that indicate some limit was exceeded.

See Also:
Serialized Form
 

Constructor Summary
ResultLimitExceededException(String message)
          Creates a ResultLimitExceededException.
 
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

ResultLimitExceededException

public ResultLimitExceededException(String message)
Creates a ResultLimitExceededException.

Parameters:
message - Localized message

SourceForge.net_Logo