org.apache.avalon.activation
Class LifestyleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.activation.ApplianceException
org.apache.avalon.activation.LifestyleException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class LifestyleException
- extends ApplianceException
Exception to indicate that there was an lifestyle related runtime error.
- Version:
- $Revision: 1.1 $ $Date: 2004/03/04 03:42:30 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
LifestyleException
public LifestyleException(String message)
- Construct a new
LifestyleException
instance.
- Parameters:
message
- The detail message for this exception.
LifestyleException
public LifestyleException(String message,
Throwable throwable)
- Construct a new
LifestyleException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.