Class StoppingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.personality.plexus.lifecycle.phase.StoppingException
- All Implemented Interfaces:
Serializable
Error occuring while starting a component.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoppingException
(String message) StoppingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoppingException
-
StoppingException
-