Class CycleDetectedInComponentGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class CycleDetectedInComponentGraphException extends java.lang.ExceptionThrown when component composition goes awry.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description CycleDetectedInComponentGraphException(java.lang.String message)Construct a newCompositionExceptioninstance.CycleDetectedInComponentGraphException(java.lang.String message, java.lang.Throwable throwable)Construct a newCompositionExceptioninstance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CycleDetectedInComponentGraphException
public CycleDetectedInComponentGraphException(java.lang.String message)
Construct a newCompositionExceptioninstance.- Parameters:
message- The detail message for this exception.
-
CycleDetectedInComponentGraphException
public CycleDetectedInComponentGraphException(java.lang.String message, java.lang.Throwable throwable)Construct a newCompositionExceptioninstance.- Parameters:
message- The detail message for this exception.throwable- the root cause of the exception
-
-