org.apache.geronimo.kernel.config
Class LifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.kernel.config.LifecycleException
All Implemented Interfaces:
Serializable

public class LifecycleException
extends Exception

See Also:
Serialized Form

Constructor Summary
LifecycleException(String command, Artifact configurationId, LifecycleResults lifecycleResults)
           
LifecycleException(String command, Artifact configurationId, LifecycleResults lifecycleResults, Throwable cause)
           
LifecycleException(String command, Artifact configurationId, Throwable cause)
           
 
Method Summary
 String getCommand()
           
 Artifact getConfigurationId()
           
 LifecycleResults getLifecycleResults()
           
 
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

LifecycleException

public LifecycleException(String command,
                          Artifact configurationId,
                          Throwable cause)

LifecycleException

public LifecycleException(String command,
                          Artifact configurationId,
                          LifecycleResults lifecycleResults)

LifecycleException

public LifecycleException(String command,
                          Artifact configurationId,
                          LifecycleResults lifecycleResults,
                          Throwable cause)
Method Detail

getCommand

public String getCommand()

getConfigurationId

public Artifact getConfigurationId()

getLifecycleResults

public LifecycleResults getLifecycleResults()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.