|
||||||||||
| 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.repository.exception.ComponentLifecycleException
public class ComponentLifecycleException
Exception that is thrown when the class(es) required for a component implementation are not available.
| Constructor Summary | |
|---|---|
ComponentLifecycleException(java.lang.String message)
Construct a new ComponentLifecycleException instance. |
|
ComponentLifecycleException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ComponentLifecycleException 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 ComponentLifecycleException(java.lang.String message)
ComponentLifecycleException instance.
message - exception message
public ComponentLifecycleException(java.lang.String message,
java.lang.Throwable cause)
ComponentLifecycleException instance.
message - exception messagecause - causing exception to chain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||