Class FSExceptionMessages

java.lang.Object
org.apache.hadoop.fs.FSExceptionMessages

public class FSExceptionMessages extends Object
Standard strings to use in exception messages in filesystems HDFS is used as the reference source of the strings
  • Field Details

    • STREAM_IS_CLOSED

      public static final String STREAM_IS_CLOSED
      The operation failed because the stream is closed: "Stream is closed!"
      See Also:
    • NEGATIVE_SEEK

      public static final String NEGATIVE_SEEK
      Negative offset seek forbidden : "Cannot seek to a negative offset"
      See Also:
    • CANNOT_SEEK_PAST_EOF

      public static final String CANNOT_SEEK_PAST_EOF
      Seeks : "Attempted to seek or read past the end of the file"
      See Also:
    • EOF_IN_READ_FULLY

      public static final String EOF_IN_READ_FULLY
      See Also:
    • TOO_MANY_BYTES_FOR_DEST_BUFFER

      public static final String TOO_MANY_BYTES_FOR_DEST_BUFFER
      See Also:
    • PERMISSION_DENIED

      public static final String PERMISSION_DENIED
      See Also:
    • PERMISSION_DENIED_BY_STICKY_BIT

      public static final String PERMISSION_DENIED_BY_STICKY_BIT
      See Also:
    • ABORTABLE_UNSUPPORTED

      public static final String ABORTABLE_UNSUPPORTED
      A call was made to abort(), but it is not supported.
      See Also:
  • Constructor Details

    • FSExceptionMessages

      public FSExceptionMessages()