Class 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 Detail

      • HadoopIOException

        public HadoopIOException()
      • HadoopIOException

        public HadoopIOException​(String message,
                                 Throwable cause)
      • HadoopIOException

        public HadoopIOException​(String message)
      • HadoopIOException

        public HadoopIOException​(Throwable cause)