mondrian.olap
Class ResourceLimitExceededException

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.ResourceLimitExceededException
All Implemented Interfaces:
Serializable

public class ResourceLimitExceededException
extends ResultLimitExceededException

Exception which indicates some resource limit was exceeded.

See Also:
Serialized Form
 

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

ResourceLimitExceededException

public ResourceLimitExceededException(String message)
Creates a ResourceLimitExceededException

Parameters:
message - Localized message

SourceForge.net_Logo