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:
Serializable

public class ComponentReloadingException
extends Exception

Exception for problems in the reloading strategy.

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

Constructor Summary
ComponentReloadingException(String message)
          Construct a new ComponentReloadingException instance.
ComponentReloadingException(String message, Throwable cause)
          Construct a new ComponentReloadingException instance.
ComponentReloadingException(Throwable cause)
          Construct a new ComponentReloadingException instance.
 
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(String message)
Construct a new ComponentReloadingException instance.

Parameters:
message - exception message

ComponentReloadingException

public ComponentReloadingException(Throwable cause)
Construct a new ComponentReloadingException instance.

Parameters:
cause - causing exception to chain

ComponentReloadingException

public ComponentReloadingException(String message,
                                   Throwable cause)
Construct a new ComponentReloadingException instance.

Parameters:
message - exception message
cause - causing exception to chain


Copyright © 2001-2007 Codehaus. All Rights Reserved.