org.apache.avalon.activation
Class LifestyleRuntimeException

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.LifestyleRuntimeException
All Implemented Interfaces:
CascadingThrowable, Serializable

public final class LifestyleRuntimeException
extends ApplianceRuntimeException

Exception to indicate that there was an lifestyle related runtime error.

Version:
$Revision: 1.1 $ $Date: 2004/02/10 16:18:42 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
LifestyleRuntimeException(String message)
          Construct a new LifestyleRuntimeException instance.
LifestyleRuntimeException(String message, Throwable throwable)
          Construct a new LifestyleRuntimeException 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

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 © The Apache Software Foundation. All Rights Reserved.