org.apache.avalon.activation.appliance
Class CascadingIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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

Constructor Summary
CascadingIOException(String message)
          Construct a new ApplianceException instance.
CascadingIOException(String message, Throwable throwable)
          Construct a new ApplianceException instance.
 
Method Summary
 Throwable getCause()
          Return the cause of the exception.
 
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

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
Method Detail

getCause

public Throwable getCause()
Return the cause of the exception.

Returns:
the causal exception


Copyright © Apache Software Foundation. All Rights Reserved.