Class SegmentCacheManager.AbortException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SegmentCacheManager

    public static final class SegmentCacheManager.AbortException
    extends java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbortException

        public AbortException()