Class ComponentReloadingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.reloading.ComponentReloadingException
All Implemented Interfaces:
Serializable

public class ComponentReloadingException extends Exception
Exception for problems in the reloading strategy.
Version:
$Revision$
Author:
Jason van Zyl
See Also:
  • Constructor Details

    • ComponentReloadingException

      public ComponentReloadingException(String message)
      Construct a new ComponentReloadingException instance.
      Parameters:
      message - exception message
    • ComponentReloadingException

      public ComponentReloadingException(Throwable cause)
      Construct a new ComponentReloadingException instance.
      Parameters:
      cause - causing exception to chain
    • ComponentReloadingException

      public ComponentReloadingException(String message, Throwable cause)
      Construct a new ComponentReloadingException instance.
      Parameters:
      message - exception message
      cause - causing exception to chain