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