Class ComponentReloadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.reloading.ComponentReloadingException
- All Implemented Interfaces:
Serializable
Exception for problems in the reloading strategy.
- Version:
- $Revision$
- Author:
- Jason van Zyl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentReloadingException
(String message) Construct a newComponentReloadingException
instance.ComponentReloadingException
(String message, Throwable cause) Construct a newComponentReloadingException
instance.Construct a newComponentReloadingException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentReloadingException
Construct a newComponentReloadingException
instance.- Parameters:
message
- exception message
-
ComponentReloadingException
Construct a newComponentReloadingException
instance.- Parameters:
cause
- causing exception to chain
-
ComponentReloadingException
Construct a newComponentReloadingException
instance.- Parameters:
message
- exception messagecause
- causing exception to chain
-