org.apache.avalon.activation.lifestyle
Class LifestyleRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avalon.framework.CascadingRuntimeException
org.apache.avalon.activation.lifestyle.LifestyleRuntimeException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public class LifestyleRuntimeException
- extends CascadingRuntimeException
Exception to indicate that there was a lifestyle related runtime error.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/10 08:54:59 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
LifestyleRuntimeException
public LifestyleRuntimeException(String message)
- Construct a new
LifestyleRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.
LifestyleRuntimeException
public LifestyleRuntimeException(String message,
Throwable throwable)
- Construct a new
LifestyleRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.