org.apache.avalon.merlin.kernel
Class KernelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.merlin.kernel.KernelException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class KernelException
- extends CascadingException
Exception to indicate that there was an error relating to kernel execution.
- Version:
- $Revision: 1.2 $ $Date: 2003/09/07 11:34:15 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
KernelException
public KernelException(String message)
- Construct a new
KernelException
instance.
- Parameters:
message
- The detail message for this exception.
KernelException
public KernelException(String message,
Throwable throwable)
- Construct a new
KernelException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © Apache Software Foundation. All Rights Reserved.