|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.olap.MondrianException
mondrian.olap.ResultLimitExceededException
mondrian.olap.MemoryLimitExceededException
public class MemoryLimitExceededException
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.
Constructor Summary | |
---|---|
MemoryLimitExceededException(java.lang.String message)
|
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 |
---|
public MemoryLimitExceededException(java.lang.String message)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |