com.google.enterprise.adaptor.prebuilt
Class RecursiveFileIterator.WrappedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.enterprise.adaptor.prebuilt.RecursiveFileIterator.WrappedIOException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RecursiveFileIterator
public class RecursiveFileIterator.WrappedIOException
- extends RuntimeException
Allows throwing IOExceptions and allowing the caller to unpack and rethrow
them with certainty.
- See Also:
- Serialized Form
RecursiveFileIterator.WrappedIOException
public RecursiveFileIterator.WrappedIOException(IOException ex)
getCause
public IOException getCause()
- Overrides:
getCause
in class Throwable