public class NfsStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static NfsStatus |
NFS3_OK
Indicates the call completed successfully.
|
static NfsStatus |
NFS3ERR_ACCES
Permission denied.
|
static NfsStatus |
NFS3ERR_BAD_COOKIE
READDIR or READDIRPLUS cookie is stale.
|
static NfsStatus |
NFS3ERR_BADHANDLE
Illegal NFS file handle.
|
static NfsStatus |
NFS3ERR_BADTYPE
An attempt was made to create an object of a type not supported by the
server.
|
static NfsStatus |
NFS3ERR_DQUOT
Resource (quota) hard limit exceeded.
|
static NfsStatus |
NFS3ERR_EXIST
File exists.
|
static NfsStatus |
NFS3ERR_FBIG
File too large.
|
static NfsStatus |
NFS3ERR_INVAL
Invalid argument or unsupported argument for an operation.
|
static NfsStatus |
NFS3ERR_IO
I/O error.
|
static NfsStatus |
NFS3ERR_ISDIR
Is a directory.
|
static NfsStatus |
NFS3ERR_JUKEBOX
The server initiated the request, but was not able to complete it in a
timely fashion.
|
static NfsStatus |
NFS3ERR_MLINK
Too many hard links.
|
static NfsStatus |
NFS3ERR_NAMETOOLONG
The filename in an operation was too long.
|
static NfsStatus |
NFS3ERR_NODEV
No such device.
|
static NfsStatus |
NFS3ERR_NOENT
No such file or directory.
|
static NfsStatus |
NFS3ERR_NOSPC
No space left on device.
|
static NfsStatus |
NFS3ERR_NOT_SYNC
Update synchronization mismatch was detected during a SETATTR operation.
|
static NfsStatus |
NFS3ERR_NOTDIR
Not a directory.
|
static NfsStatus |
NFS3ERR_NOTEMPTY
An attempt was made to remove a directory that was not empty.
|
static NfsStatus |
NFS3ERR_NOTSUPP
Operation is not supported.
|
static NfsStatus |
NFS3ERR_NXIO
I/O error.
|
static NfsStatus |
NFS3ERR_PERM
Not owner.
|
static NfsStatus |
NFS3ERR_REMOTE
Too many levels of remote in path.
|
static NfsStatus |
NFS3ERR_ROFS
Read-only file system.
|
static NfsStatus |
NFS3ERR_SERVERFAULT
An error occurred on the server which does not map to any of the legal
NFS version 3 protocol error values.
|
static NfsStatus |
NFS3ERR_STALE
Invalid file handle.
|
static NfsStatus |
NFS3ERR_TOOSMALL
Buffer or request is too small.
|
static NfsStatus |
NFS3ERR_XDEV
Attempt to do a cross-device hard link.
|
| Modifier and Type | Method and Description |
|---|---|
static NfsStatus |
fromValue(int value)
Convenience function to get the instance from the int status value.
|
int |
getValue() |
public static final NfsStatus NFS3_OK
public static final NfsStatus NFS3ERR_PERM
public static final NfsStatus NFS3ERR_NOENT
public static final NfsStatus NFS3ERR_IO
public static final NfsStatus NFS3ERR_NXIO
public static final NfsStatus NFS3ERR_ACCES
public static final NfsStatus NFS3ERR_EXIST
public static final NfsStatus NFS3ERR_XDEV
public static final NfsStatus NFS3ERR_NODEV
public static final NfsStatus NFS3ERR_NOTDIR
public static final NfsStatus NFS3ERR_ISDIR
public static final NfsStatus NFS3ERR_INVAL
public static final NfsStatus NFS3ERR_FBIG
public static final NfsStatus NFS3ERR_NOSPC
public static final NfsStatus NFS3ERR_ROFS
public static final NfsStatus NFS3ERR_MLINK
public static final NfsStatus NFS3ERR_NAMETOOLONG
public static final NfsStatus NFS3ERR_NOTEMPTY
public static final NfsStatus NFS3ERR_DQUOT
public static final NfsStatus NFS3ERR_STALE
public static final NfsStatus NFS3ERR_REMOTE
public static final NfsStatus NFS3ERR_BADHANDLE
public static final NfsStatus NFS3ERR_NOT_SYNC
public static final NfsStatus NFS3ERR_BAD_COOKIE
public static final NfsStatus NFS3ERR_NOTSUPP
public static final NfsStatus NFS3ERR_TOOSMALL
public static final NfsStatus NFS3ERR_SERVERFAULT
public static final NfsStatus NFS3ERR_BADTYPE
public static final NfsStatus NFS3ERR_JUKEBOX
public static NfsStatus fromValue(int value)
value - The int status value.public int getValue()