Package org.apache.hadoop.fs
Class FSExceptionMessages
java.lang.Object
org.apache.hadoop.fs.FSExceptionMessages
Standard strings to use in exception messages in filesystems
HDFS is used as the reference source of the strings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA call was made to abort(), but it is not supported.static final StringSeeks : "Attempted to seek or read past the end of the file"static final Stringstatic final StringNegative offset seek forbidden : "Cannot seek to a negative offset"static final Stringstatic final Stringstatic final StringThe operation failed because the stream is closed: "Stream is closed!"static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STREAM_IS_CLOSED
The operation failed because the stream is closed: "Stream is closed!"- See Also:
-
NEGATIVE_SEEK
Negative offset seek forbidden : "Cannot seek to a negative offset"- See Also:
-
CANNOT_SEEK_PAST_EOF
Seeks : "Attempted to seek or read past the end of the file"- See Also:
-
EOF_IN_READ_FULLY
- See Also:
-
TOO_MANY_BYTES_FOR_DEST_BUFFER
- See Also:
-
PERMISSION_DENIED
- See Also:
-
PERMISSION_DENIED_BY_STICKY_BIT
- See Also:
-
ABORTABLE_UNSUPPORTED
A call was made to abort(), but it is not supported.- See Also:
-
-
Constructor Details
-
FSExceptionMessages
public FSExceptionMessages()
-