org.codehaus.plexus.component.factory
Class ComponentInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.component.factory.ComponentInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ComponentInstantiationException
extends java.lang.Exception

Version:
$Id: ComponentInstantiationException.java 4779 2006-11-23 04:09:31Z jvanzyl $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
ComponentInstantiationException(java.lang.String message)
           
ComponentInstantiationException(java.lang.String message, java.lang.Throwable cause)
           
ComponentInstantiationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentInstantiationException

public ComponentInstantiationException(java.lang.String message)

ComponentInstantiationException

public ComponentInstantiationException(java.lang.String message,
                                       java.lang.Throwable cause)

ComponentInstantiationException

public ComponentInstantiationException(java.lang.Throwable cause)


Copyright © 2001-2008 Codehaus. All Rights Reserved.