Save This Page
Home » geronimo-2.2-source-release » org.apache.geronimo.kernel.config » [javadoc | source]
org.apache.geronimo.kernel.config
public class: LifecycleException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.geronimo.kernel.config.LifecycleException

All Implemented Interfaces:
    Serializable

Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public LifecycleException(String command,
    Artifact configurationId,
    Throwable cause) 
 public LifecycleException(String command,
    Artifact configurationId,
    LifecycleResults lifecycleResults) 
 public LifecycleException(String command,
    Artifact configurationId,
    LifecycleResults lifecycleResults,
    Throwable cause) 
Method from org.apache.geronimo.kernel.config.LifecycleException Summary:
getCommand,   getConfigurationId,   getLifecycleResults
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.geronimo.kernel.config.LifecycleException Detail:
 public String getCommand() 
 public Artifact getConfigurationId() 
 public LifecycleResults getLifecycleResults()