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.Exception
Thrown when component composition goes awry.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CycleDetectedInComponentGraphException(java.lang.String message)
Construct a newCompositionException
instance.CycleDetectedInComponentGraphException(java.lang.String message, java.lang.Throwable throwable)
Construct a newCompositionException
instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CycleDetectedInComponentGraphException
public CycleDetectedInComponentGraphException(java.lang.String message)
Construct a newCompositionException
instance.- Parameters:
message
- The detail message for this exception.
-
CycleDetectedInComponentGraphException
public CycleDetectedInComponentGraphException(java.lang.String message, java.lang.Throwable throwable)
Construct a newCompositionException
instance.- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
-
-