@Deprecated public enum Errno extends Enum<Errno> implements Constant
Enum Constant and Description |
---|
__UNKNOWN_CONSTANT__
Deprecated.
|
E2BIG
Deprecated.
|
EACCES
Deprecated.
|
EADDRINUSE
Deprecated.
|
EADDRNOTAVAIL
Deprecated.
|
EAFNOSUPPORT
Deprecated.
|
EAGAIN
Deprecated.
|
EALREADY
Deprecated.
|
EBADF
Deprecated.
|
EBADMSG
Deprecated.
|
EBUSY
Deprecated.
|
ECHILD
Deprecated.
|
ECONNABORTED
Deprecated.
|
ECONNREFUSED
Deprecated.
|
ECONNRESET
Deprecated.
|
EDEADLK
Deprecated.
|
EDESTADDRREQ
Deprecated.
|
EDOM
Deprecated.
|
EDQUOT
Deprecated.
|
EEXIST
Deprecated.
|
EFAULT
Deprecated.
|
EFBIG
Deprecated.
|
EHOSTDOWN
Deprecated.
|
EHOSTUNREACH
Deprecated.
|
EIDRM
Deprecated.
|
EILSEQ
Deprecated.
|
EINPROGRESS
Deprecated.
|
EINTR
Deprecated.
|
EINVAL
Deprecated.
|
EIO
Deprecated.
|
EISCONN
Deprecated.
|
EISDIR
Deprecated.
|
ELOOP
Deprecated.
|
EMFILE
Deprecated.
|
EMLINK
Deprecated.
|
EMSGSIZE
Deprecated.
|
EMULTIHOP
Deprecated.
|
ENAMETOOLONG
Deprecated.
|
ENETDOWN
Deprecated.
|
ENETRESET
Deprecated.
|
ENETUNREACH
Deprecated.
|
ENFILE
Deprecated.
|
ENOBUFS
Deprecated.
|
ENODATA
Deprecated.
|
ENODEV
Deprecated.
|
ENOENT
Deprecated.
|
ENOEXEC
Deprecated.
|
ENOLCK
Deprecated.
|
ENOLINK
Deprecated.
|
ENOMEM
Deprecated.
|
ENOMSG
Deprecated.
|
ENOPROTOOPT
Deprecated.
|
ENOSPC
Deprecated.
|
ENOSR
Deprecated.
|
ENOSTR
Deprecated.
|
ENOSYS
Deprecated.
|
ENOTBLK
Deprecated.
|
ENOTCONN
Deprecated.
|
ENOTDIR
Deprecated.
|
ENOTEMPTY
Deprecated.
|
ENOTSOCK
Deprecated.
|
ENOTTY
Deprecated.
|
ENXIO
Deprecated.
|
EOPNOTSUPP
Deprecated.
|
EOVERFLOW
Deprecated.
|
EPERM
Deprecated.
|
EPFNOSUPPORT
Deprecated.
|
EPIPE
Deprecated.
|
EPROTO
Deprecated.
|
EPROTONOSUPPORT
Deprecated.
|
EPROTOTYPE
Deprecated.
|
ERANGE
Deprecated.
|
EREMOTE
Deprecated.
|
EROFS
Deprecated.
|
ESHUTDOWN
Deprecated.
|
ESOCKTNOSUPPORT
Deprecated.
|
ESPIPE
Deprecated.
|
ESRCH
Deprecated.
|
ESTALE
Deprecated.
|
ETIME
Deprecated.
|
ETIMEDOUT
Deprecated.
|
ETOOMANYREFS
Deprecated.
|
ETXTBSY
Deprecated.
|
EUSERS
Deprecated.
|
EWOULDBLOCK
Deprecated.
|
EXDEV
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
defined()
Deprecated.
|
String |
description()
Deprecated.
|
int |
intValue()
Deprecated.
|
long |
longValue()
Deprecated.
|
String |
toString()
Deprecated.
|
int |
value()
Deprecated.
|
static Errno |
valueOf(int value)
Deprecated.
|
static Errno |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Errno[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 EWOULDBLOCK
public static final Errno EAGAIN
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 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 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 ENODATA
public static final Errno ENOLINK
public static final Errno ENOSR
public static final Errno ENOSTR
public static final Errno EPROTO
public static final Errno ETIME
public static final Errno __UNKNOWN_CONSTANT__
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 nameNullPointerException
- if the argument is nullpublic final int value()
public final String description()
public static final Errno valueOf(int value)
Copyright © 2017. All Rights Reserved.