private static class CycleDetectingLockFactory.ExampleStackTrace
extends java.lang.IllegalStateException
com...ExampleStackTrace: LockB -> LockC at com...CycleDetectingReentrantLock.lock(CycleDetectingLockFactory.java:443) at ... at ... at com...MyClass.someMethodThatAcquiresLockB(MyClass.java:123)
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.StackTraceElement[] |
EMPTY_STACK_TRACE |
(package private) static java.util.Set<java.lang.String> |
EXCLUDED_CLASS_NAMES |
Constructor and Description |
---|
ExampleStackTrace(CycleDetectingLockFactory.LockGraphNode node1,
CycleDetectingLockFactory.LockGraphNode node2) |
static final java.lang.StackTraceElement[] EMPTY_STACK_TRACE
static java.util.Set<java.lang.String> EXCLUDED_CLASS_NAMES
ExampleStackTrace(CycleDetectingLockFactory.LockGraphNode node1, CycleDetectingLockFactory.LockGraphNode node2)