org.apache.avalon.activation.appliance
Class CascadingIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.avalon.activation.appliance.CascadingIOException
- All Implemented Interfaces:
- Serializable
- public class CascadingIOException
- extends IOException
Exception to indicate that there was a IO exception.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/10 08:54:55 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
CascadingIOException
public CascadingIOException(String message)
- Construct a new
ApplianceException
instance.
- Parameters:
message
- The detail message for this exception.
CascadingIOException
public CascadingIOException(String message,
Throwable throwable)
- Construct a new
ApplianceException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
getCause
public Throwable getCause()
- Return the cause of the exception.
- Returns:
- the causal exception
Copyright © Apache Software Foundation. All Rights Reserved.