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 newComponentReloadingExceptioninstance.ComponentReloadingException(String message, Throwable cause) Construct a newComponentReloadingExceptioninstance.Construct a newComponentReloadingExceptioninstance. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentReloadingException
Construct a newComponentReloadingExceptioninstance.- Parameters:
message- exception message
-
ComponentReloadingException
Construct a newComponentReloadingExceptioninstance.- Parameters:
cause- causing exception to chain
-
ComponentReloadingException
-