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

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.

Constructor Details

ComponentReloadingException

public ComponentReloadingException(String message)
Construct a new ComponentReloadingException instance.
Parameters:
message - exception message

ComponentReloadingException

public ComponentReloadingException(String message,
                                   Throwable cause)
Construct a new ComponentReloadingException instance.
Parameters:
message - exception message
cause - causing exception to chain

ComponentReloadingException

public ComponentReloadingException(Throwable cause)
Construct a new ComponentReloadingException instance.
Parameters:
cause - causing exception to chain