org.apache.avalon.composition.provider
Class SystemRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avalon.framework.CascadingRuntimeException
org.apache.avalon.composition.provider.SystemRuntimeException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public class SystemRuntimeException
- extends CascadingRuntimeException
Exception to indicate that there was a system related error.
- Version:
- $Revision: 1.1 $ $Date: 2004/02/29 22:25:26 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
SystemRuntimeException
public SystemRuntimeException(String message)
- Construct a new
SystemRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.
SystemRuntimeException
public SystemRuntimeException(String message,
Throwable throwable)
- Construct a new
SystemRuntimeException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.