Package mondrian.olap

Class MemoryLimitExceededException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MemoryLimitExceededException
    extends ResultLimitExceededException
    Exception which indicates some resource limit was exceeded. When a client receives a MemoryLimitExceededException the state of the objects associated with the query execution can NOT be counted on being correct - specifically data structures could be in an inconsistent state or missing entirely. No attempt should be make to access or use the result objects.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, 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

      • MemoryLimitExceededException

        public MemoryLimitExceededException​(java.lang.String message)