Class CycleProtector.PendingCycleProtectionException

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

    public static class CycleProtector.PendingCycleProtectionException
    extends java.lang.RuntimeException
    Exception thrown when a protection stack was not cleanly resolved at the end of a work unit.
    See Also:
    Serialized Form
    • 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

      • PendingCycleProtectionException

        public PendingCycleProtectionException​(java.lang.String message)