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 |
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!"
|
| 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 FSExceptionMessages()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.