public class FSExceptionMessages extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CANNOT_SEEK_PAST_EOF
Seeks : "Attempted to seek or read past the end of the file" 
 | 
static String | 
EOF_IN_READ_FULLY  | 
static String | 
NEGATIVE_SEEK
Negative offset seek forbidden : "Cannot seek to a negative offset" 
 | 
static String | 
STREAM_IS_CLOSED
The operation failed because the stream is closed: "Stream is closed!" 
 | 
static String | 
TOO_MANY_BYTES_FOR_DEST_BUFFER  | 
| Constructor and Description | 
|---|
FSExceptionMessages()  | 
public static final String STREAM_IS_CLOSED
public static final String NEGATIVE_SEEK
public static final String CANNOT_SEEK_PAST_EOF
public static final String EOF_IN_READ_FULLY
public static final String TOO_MANY_BYTES_FOR_DEST_BUFFER
Copyright © 2018 Apache Software Foundation. All Rights Reserved.