org.codehaus.plexus.component.reloading
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.Exception
Exception for problems in the reloading strategy.
- Version:
- $Revision: 5469 $
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ComponentReloadingException
public ComponentReloadingException(java.lang.String message)
- Construct a new
ComponentReloadingException
instance.
- Parameters:
message
- exception message
ComponentReloadingException
public ComponentReloadingException(java.lang.Throwable cause)
- Construct a new
ComponentReloadingException
instance.
- Parameters:
cause
- causing exception to chain
ComponentReloadingException
public ComponentReloadingException(java.lang.String message,
java.lang.Throwable cause)
- Construct a new
ComponentReloadingException
instance.
- Parameters:
message
- exception messagecause
- causing exception to chain