org.codehaus.plexus.component.composition
public class CompositionException extends Exception
Version: $Id: CompositionException.java 6965 2007-10-21 05:32:27Z jvanzyl $
| Field Summary | |
|---|---|
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| CompositionException(String message)
Construct a new CompositionException instance.
| |
| CompositionException(String message, Throwable throwable)
Construct a new CompositionException instance.
| |
CompositionException instance.
Parameters: message The detail message for this exception.
CompositionException instance.
Parameters: message The detail message for this exception. throwable the root cause of the exception