public class FSExceptionMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ABORTABLE_UNSUPPORTED
A call was made to abort(), but it is not supported.
|
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 |
PERMISSION_DENIED |
static String |
PERMISSION_DENIED_BY_STICKY_BIT |
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
public static final String PERMISSION_DENIED
public static final String PERMISSION_DENIED_BY_STICKY_BIT
public static final String ABORTABLE_UNSUPPORTED
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.