org.apache.avalon.activation
Class LifecycleRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.avalon.framework.CascadingRuntimeException
                  extended byorg.apache.avalon.activation.ApplianceRuntimeException
                      extended byorg.apache.avalon.activation.LifecycleRuntimeException
All Implemented Interfaces:
CascadingThrowable, Serializable

public class LifecycleRuntimeException
extends ApplianceRuntimeException

Exception to indicate that there was a lifecycle runtime related error.

Version:
$Revision: 1.1 $ $Date: 2004/05/16 16:59:34 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
LifecycleRuntimeException(String message)
          Construct a new LifecycleRuntimeException instance.
LifecycleRuntimeException(String message, Throwable throwable)
          Construct a new LifecycleRuntimeException instance.
 
Methods inherited from class org.apache.avalon.framework.CascadingRuntimeException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

LifecycleRuntimeException

public LifecycleRuntimeException(String message)
Construct a new LifecycleRuntimeException instance.

Parameters:
message - The detail message for this exception.

LifecycleRuntimeException

public LifecycleRuntimeException(String message,
                                 Throwable throwable)
Construct a new LifecycleRuntimeException instance.

Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © The Apache Software Foundation. All Rights Reserved.