org.apache.geronimo.kernel.config
Class LifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getCommand
public String getCommand()
getConfigurationId
public Artifact getConfigurationId()
getLifecycleResults
public LifecycleResults getLifecycleResults()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.