org.codehaus.plexus.component.reloading
public class ComponentReloadingException extends Exception
Version: $Revision: 5469 $
| Field Summary | |
|---|---|
| static long | serialVersionUID |
| 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. | |
ComponentReloadingException instance.Parameters: message exception message
ComponentReloadingException instance.Parameters: cause causing exception to chain
ComponentReloadingException instance.Parameters: message exception message cause causing exception to chain