org.codehaus.plexus.personality.plexus.lifecycle.phase
Class StartingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.personality.plexus.lifecycle.phase.StartingException
- All Implemented Interfaces:
- Serializable
public class StartingException
- extends Exception
Error occuring while starting a component.
- Version:
- $Id: StartingException.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 |
StartingException
public StartingException(String message)
StartingException
public StartingException(String message,
Throwable cause)
Copyright © 2001-2008 Codehaus. All Rights Reserved.