|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.reloading.ComponentReloadingException
public class ComponentReloadingException
Exception for problems in the reloading strategy.
Constructor Summary | |
---|---|
ComponentReloadingException(String message)
Construct a new ComponentReloadingException instance. |
|
ComponentReloadingException(String message,
Throwable cause)
Construct a new ComponentReloadingException instance. |
|
ComponentReloadingException(Throwable cause)
Construct a new ComponentReloadingException instance. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public ComponentReloadingException(String message)
ComponentReloadingException
instance.
message
- exception messagepublic ComponentReloadingException(Throwable cause)
ComponentReloadingException
instance.
cause
- causing exception to chainpublic ComponentReloadingException(String message, Throwable cause)
ComponentReloadingException
instance.
message
- exception messagecause
- causing exception to chain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |