org.apache.avalon.activation.lifecycle
Class LifecycleRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avalon.framework.CascadingRuntimeException
org.apache.avalon.activation.lifecycle.LifecycleRuntimeException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public class LifecycleRuntimeException
- extends CascadingRuntimeException
Exception to indicate that there was a lifecycle related runtime error.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/24 09:30:23 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
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 © Apache Software Foundation. All Rights Reserved.