Class ClosedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.PathIOException
org.apache.hadoop.fs.ClosedIOException
All Implemented Interfaces:
Serializable

@Public @Unstable public class ClosedIOException extends org.apache.hadoop.fs.PathIOException
Exception to denote if the underlying stream, cache or other closable resource is closed.
See Also:
  • Constructor Details

    • ClosedIOException

      public ClosedIOException(String path, String message)
      Appends the custom error-message to the default error message.
      Parameters:
      path - path that encountered the closed resource.
      message - custom error message.