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
public static final class SegmentCacheManager.AbortException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-