Package com.zfabrik.work
Class CycleProtector.CycleDetectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.zfabrik.work.CycleProtector.CycleDetectedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CycleProtector
public static class CycleProtector.CycleDetectedException extends java.lang.RuntimeException
Exception thrown when a cycle was detected- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CycleDetectedException(java.lang.String state, java.lang.String trigger)
-