Class CompositionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.composition.CompositionException
All Implemented Interfaces:
Serializable

public class CompositionException extends Exception
Version:
$Id: CompositionException.java 4796 2006-11-23 21:24:11Z jvanzyl $
See Also:
  • Constructor Details

    • CompositionException

      public CompositionException(String s)
      Construct a new CompositionException instance.
      Parameters:
      message - The detail message for this exception.
    • CompositionException

      public CompositionException(String message, Throwable throwable)
      Construct a new CompositionException instance.
      Parameters:
      message - The detail message for this exception.
      throwable - the root cause of the exception