java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.pervasive.datarush.hadoop.HadoopIOException
- All Implemented Interfaces:
Serializable
Subclass of IOExceptions for Hadoop. Exception causes get converted to a wrapper class that preserves stack trace
information and class name information but not classes themselves. This avoids serialization dependencies on hadoop internals.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHadoopIOException(String message) HadoopIOException(String message, Throwable cause) HadoopIOException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HadoopIOException
public HadoopIOException() -
HadoopIOException
-
HadoopIOException
-
HadoopIOException
-
-
Method Details
-
wrap
-