public final class ClockedBeanCycleException
extends java.lang.RuntimeException
ClockedBean
listeners.Constructor and Description |
---|
ClockedBeanCycleException(ClockedBean bean)
Constructs from the clocked JavaBean that is part of a cycle.
|
Modifier and Type | Method and Description |
---|---|
ClockedBean |
getClockedBean()
Returns the clocked JavaBean at which a cycle was detected.
|
public ClockedBeanCycleException(ClockedBean bean)
bean
- The clocked JavaBean that is part of a
cycle.java.lang.NullPointerException
- if the argument is null
.public ClockedBean getClockedBean()