org.apache.geronimo.kernel.config
Class LifecycleException

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

public class LifecycleException
extends Exception

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
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.