org.codehaus.plexus.component.reloading
Class ComponentReloadingException

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

public class ComponentReloadingException
extends java.lang.Exception

Version:
$Revision: 3058 $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ComponentReloadingException(java.lang.String message)
           
ComponentReloadingException(java.lang.String message, java.lang.Throwable cause)
           
ComponentReloadingException(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

ComponentReloadingException

public ComponentReloadingException(java.lang.String message)

ComponentReloadingException

public ComponentReloadingException(java.lang.Throwable cause)

ComponentReloadingException

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


Copyright © 2001-2006 Codehaus. All Rights Reserved.