- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.pervasive.datarush.hadoop.HadoopIOException
-
- All Implemented Interfaces:
Serializable
public final class HadoopIOException extends IOException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HadoopIOException()
HadoopIOException(String message)
HadoopIOException(String message, Throwable cause)
HadoopIOException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HadoopIOException
wrap(Throwable e)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
wrap
public static HadoopIOException wrap(Throwable e)
-
-