mondrian.olap
Class MemoryLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
mondrian.olap.ResultLimitExceededException
mondrian.olap.MemoryLimitExceededException
- All Implemented Interfaces:
- 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.
- Version:
- $Id: //open/mondrian/src/main/mondrian/olap/MemoryLimitExceededException.java#4 $
- See Also:
- Serialized Form
MemoryLimitExceededException
public MemoryLimitExceededException(String message)