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:
  • Constructor Details

    • AbortException

      public AbortException()