org.codehaus.plexus.component.reloading

Class ComponentReloadingException

public class ComponentReloadingException extends Exception

Exception for problems in the reloading strategy.

Version: $Revision: 5469 $

Author: Jason van Zyl

Field Summary
static longserialVersionUID
Constructor Summary
ComponentReloadingException(String message)
Construct a new ComponentReloadingException instance.
ComponentReloadingException(Throwable cause)
Construct a new ComponentReloadingException instance.
ComponentReloadingException(String message, Throwable cause)
Construct a new ComponentReloadingException instance.

Field Detail

serialVersionUID

private static final long serialVersionUID

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