Package mondrian.rolap.agg
Class SegmentCacheManager.AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mondrian.rolap.agg.SegmentCacheManager.AbortException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SegmentCacheManager
Exception which someone can throw to indicate to the Actor that whatever it was doing is not needed anymore. Won't
trigger any output to the logs.
If your SegmentCacheManager.Command
throws this, it will be sent back at you.
You must handle it.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortException
public AbortException()
-