com.google.enterprise.adaptor.prebuilt
Class RecursiveFileIterator.WrappedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RecursiveFileIterator.WrappedIOException(IOException ex)
           
 
Method Summary
 IOException getCause()
           
 
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

RecursiveFileIterator.WrappedIOException

public RecursiveFileIterator.WrappedIOException(IOException ex)
Method Detail

getCause

public IOException getCause()
Overrides:
getCause in class Throwable