Class NestedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.exolab.castor.util.NestedIOException
All Implemented Interfaces:
Serializable

public class NestedIOException extends IOException
An exception that is used to signal I/O errors which are caused by other exceptions. This class allows the user get to the original exception.
Version:
$Revision$ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
Author:
Keith Visco
See Also: