Class ComponentReloadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.reloading.ComponentReloadingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ComponentReloadingException extends java.lang.ExceptionException for problems in the reloading strategy.- Version:
- $Revision$
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentReloadingException(java.lang.String message)Construct a newComponentReloadingExceptioninstance.ComponentReloadingException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentReloadingExceptioninstance.ComponentReloadingException(java.lang.Throwable cause)Construct a newComponentReloadingExceptioninstance.
-
-
-
Constructor Detail
-
ComponentReloadingException
public ComponentReloadingException(java.lang.String message)
Construct a newComponentReloadingExceptioninstance.- Parameters:
message- exception message
-
ComponentReloadingException
public ComponentReloadingException(java.lang.Throwable cause)
Construct a newComponentReloadingExceptioninstance.- Parameters:
cause- causing exception to chain
-
ComponentReloadingException
public ComponentReloadingException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentReloadingExceptioninstance.- Parameters:
message- exception messagecause- causing exception to chain
-
-