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
- 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.