|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Errno>
org.catacombae.jfuse.types.system.Errno
public enum Errno
Enum Constant Summary | |
---|---|
E2BIG
Argument list too long |
|
EACCES
Permission denied |
|
EADDRINUSE
Address already in use |
|
EADDRNOTAVAIL
Can't assign requested address |
|
EAFNOSUPPORT
Address family not supported by protocol family |
|
EAGAIN
Resource temporarily unavailable |
|
EALREADY
Operation already in progress |
|
EBADF
Bad file descriptor |
|
EBADMSG
Bad message |
|
EBUSY
Device busy |
|
ECANCELED
Operation canceled |
|
ECHILD
No child processes |
|
ECONNABORTED
Software caused connection abort |
|
ECONNREFUSED
Connection refused |
|
ECONNRESET
Connection reset by peer |
|
EDEADLK
Resource deadlock avoided |
|
EDESTADDRREQ
Destination address required |
|
EDOM
Numerical argument out of domain |
|
EDQUOT
Disc quota exceeded |
|
EEXIST
File exists |
|
EFAULT
Bad address |
|
EFBIG
File too large |
|
EHOSTDOWN
Host is down |
|
EHOSTUNREACH
No route to host |
|
EIDRM
Identifier removed |
|
EILSEQ
Illegal byte sequence |
|
EINPROGRESS
Operation now in progress |
|
EINTR
Interrupted system call |
|
EINVAL
Invalid argument |
|
EIO
Input/output error |
|
EISCONN
Socket is already connected |
|
EISDIR
Is a directory |
|
ELOOP
Too many levels of symbolic links |
|
EMFILE
Too many open files |
|
EMLINK
Too many links |
|
EMSGSIZE
Message too long |
|
EMULTIHOP
Reserved |
|
ENAMETOOLONG
File name too long |
|
ENETDOWN
Network is down |
|
ENETRESET
Network dropped connection on reset |
|
ENETUNREACH
Network is unreachable |
|
ENFILE
Too many open files in system |
|
ENOBUFS
No buffer space available |
|
ENODEV
Operation not supported by device |
|
ENOENT
No such file or directory |
|
ENOEXEC
Exec format error |
|
ENOLCK
No locks available |
|
ENOLINK
Reserved |
|
ENOMEM
Cannot allocate memory |
|
ENOMSG
No message of desired type |
|
ENOPROTOOPT
Protocol not available |
|
ENOSPC
No space left on device |
|
ENOSYS
Function not implemented |
|
ENOTBLK
Block device required |
|
ENOTCONN
Socket is not connected |
|
ENOTDIR
Not a directory |
|
ENOTEMPTY
Directory not empty |
|
ENOTSOCK
Socket operation on non-socket |
|
ENOTSUP
Operation not supported |
|
ENOTTY
Inappropriate ioctl for device |
|
ENXIO
Device not configured |
|
EOPNOTSUPP
Operation not supported on socket. |
|
EOVERFLOW
Value too large to be stored in data type |
|
EPERM
Operation not permitted |
|
EPFNOSUPPORT
Protocol family not supported |
|
EPIPE
Broken pipe |
|
EPROTO
Protocol error |
|
EPROTONOSUPPORT
Protocol not supported |
|
EPROTOTYPE
Protocol wrong type for socket |
|
ERANGE
Result too large |
|
EREMOTE
Too many levels of remote in path |
|
EROFS
Read-only file system |
|
ESHUTDOWN
Can't send after socket shutdown |
|
ESOCKTNOSUPPORT
Socket type not supported |
|
ESPIPE
Illegal seek |
|
ESRCH
No such process |
|
ESTALE
Stale NFS file handle |
|
ETIMEDOUT
Operation timed out |
|
ETOOMANYREFS
Too many references: can't splice |
|
ETXTBSY
Text file busy |
|
EUSERS
Too many users |
|
EWOULDBLOCK
Operation would block |
|
EXDEV
Cross-device link |
Method Summary | |
---|---|
int |
getNativeErrnoValue()
|
static void |
main(String[] args)
|
static Errno |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Errno[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Errno EPERM
public static final Errno ENOENT
public static final Errno ESRCH
public static final Errno EINTR
public static final Errno EIO
public static final Errno ENXIO
public static final Errno E2BIG
public static final Errno ENOEXEC
public static final Errno EBADF
public static final Errno ECHILD
public static final Errno EDEADLK
public static final Errno ENOMEM
public static final Errno EACCES
public static final Errno EFAULT
public static final Errno ENOTBLK
public static final Errno EBUSY
public static final Errno EEXIST
public static final Errno EXDEV
public static final Errno ENODEV
public static final Errno ENOTDIR
public static final Errno EISDIR
public static final Errno EINVAL
public static final Errno ENFILE
public static final Errno EMFILE
public static final Errno ENOTTY
public static final Errno ETXTBSY
public static final Errno EFBIG
public static final Errno ENOSPC
public static final Errno ESPIPE
public static final Errno EROFS
public static final Errno EMLINK
public static final Errno EPIPE
public static final Errno EDOM
public static final Errno ERANGE
public static final Errno EAGAIN
public static final Errno EWOULDBLOCK
public static final Errno EINPROGRESS
public static final Errno EALREADY
public static final Errno ENOTSOCK
public static final Errno EDESTADDRREQ
public static final Errno EMSGSIZE
public static final Errno EPROTOTYPE
public static final Errno ENOPROTOOPT
public static final Errno EPROTONOSUPPORT
public static final Errno ESOCKTNOSUPPORT
public static final Errno ENOTSUP
public static final Errno EOPNOTSUPP
public static final Errno EPFNOSUPPORT
public static final Errno EAFNOSUPPORT
public static final Errno EADDRINUSE
public static final Errno EADDRNOTAVAIL
public static final Errno ENETDOWN
public static final Errno ENETUNREACH
public static final Errno ENETRESET
public static final Errno ECONNABORTED
public static final Errno ECONNRESET
public static final Errno ENOBUFS
public static final Errno EISCONN
public static final Errno ENOTCONN
public static final Errno ESHUTDOWN
public static final Errno ETOOMANYREFS
public static final Errno ETIMEDOUT
public static final Errno ECONNREFUSED
public static final Errno ELOOP
public static final Errno ENAMETOOLONG
public static final Errno EHOSTDOWN
public static final Errno EHOSTUNREACH
public static final Errno ENOTEMPTY
public static final Errno EUSERS
public static final Errno EDQUOT
public static final Errno ESTALE
public static final Errno EREMOTE
public static final Errno ENOLCK
public static final Errno ENOSYS
public static final Errno EOVERFLOW
public static final Errno ECANCELED
public static final Errno EIDRM
public static final Errno ENOMSG
public static final Errno EILSEQ
public static final Errno EBADMSG
public static final Errno EMULTIHOP
public static final Errno ENOLINK
public static final Errno EPROTO
Method Detail |
---|
public static Errno[] values()
for (Errno c : Errno.values()) System.out.println(c);
public static Errno valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getNativeErrnoValue()
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |