public class CycleDetectedInComponentGraphException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CycleDetectedInComponentGraphException(java.lang.String message)
Construct a new
CompositionException instance. |
CycleDetectedInComponentGraphException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
CompositionException instance. |
private static final long serialVersionUID
public CycleDetectedInComponentGraphException(java.lang.String message)
CompositionException instance.message - The detail message for this exception.public CycleDetectedInComponentGraphException(java.lang.String message,
java.lang.Throwable throwable)
CompositionException instance.message - The detail message for this exception.throwable - the root cause of the exception