org.codehaus.plexus.component.reloading
Class ComponentReloadingException
Exceptionorg.codehaus.plexus.component.reloading.ComponentReloadingException
public class ComponentReloadingException
extends Exception
Exception for problems in the reloading strategy.
ComponentReloadingException
public ComponentReloadingException(String message)
Construct a new ComponentReloadingException instance.
message - exception message
ComponentReloadingException
public ComponentReloadingException(String message,
Throwable cause) Construct a new ComponentReloadingException instance.
message - exception messagecause - causing exception to chain
ComponentReloadingException
public ComponentReloadingException(Throwable cause)
Construct a new ComponentReloadingException instance.
cause - causing exception to chain