org.codehaus.plexus.component.composition
public class CycleDetectedInComponentGraphException extends java.lang.Exception
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. |
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