org.codehaus.plexus.personality.plexus.lifecycle.phase
Class StartingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.personality.plexus.lifecycle.phase.StartingException
All Implemented Interfaces:
java.io.Serializable

public class StartingException
extends java.lang.Exception

Error occuring while starting a component.

Version:
$Id: StartingException.java 1750 2005-04-19 07:45:02Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
StartingException(java.lang.String message)
           
StartingException(java.lang.String message, java.lang.Throwable cause)
           
 
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

StartingException

public StartingException(java.lang.String message)

StartingException

public StartingException(java.lang.String message,
                         java.lang.Throwable cause)