org.codehaus.plexus.personality.plexus.lifecycle.phase
Class StoppingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.personality.plexus.lifecycle.phase.StoppingException
- All Implemented Interfaces:
- Serializable
public class StoppingException
- extends Exception
Error occuring while starting a component.
- Version:
- $Id: StoppingException.java 6965 2007-10-21 05:32:27Z jvanzyl $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StoppingException
public StoppingException(String message)
StoppingException
public StoppingException(String message,
Throwable cause)
Copyright © 2001-2007 Codehaus. All Rights Reserved.