org.apache.avalon.activation
Class ApplianceRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avalon.framework.CascadingRuntimeException
org.apache.avalon.activation.ApplianceRuntimeException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- Direct Known Subclasses:
- LifecycleRuntimeException, LifestyleRuntimeException
- public class ApplianceRuntimeException
- extends CascadingRuntimeException
Exception to indicate that there was an appliance related runtime error.
- Version:
- $Revision: 1.1 $ $Date: 2004/05/16 16:59:31 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
ApplianceRuntimeException
public ApplianceRuntimeException(String message)
- Construct a new
ApplianceRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.
ApplianceRuntimeException
public ApplianceRuntimeException(String message,
Throwable throwable)
- Construct a new
ApplianceRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.