Package com.kenai.constantine.platform
Enum Errno
- java.lang.Object
-
- java.lang.Enum<Errno>
-
- com.kenai.constantine.platform.Errno
-
- All Implemented Interfaces:
Constant
,Serializable
,Comparable<Errno>
,Constant
@Deprecated public enum Errno extends Enum<Errno> implements Constant
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.Returns the enum constant of this type with the specified name.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.
-
-
-
Enum Constant Detail
-
EPERM
public static final Errno EPERM
Deprecated.
-
ENOENT
public static final Errno ENOENT
Deprecated.
-
ESRCH
public static final Errno ESRCH
Deprecated.
-
EINTR
public static final Errno EINTR
Deprecated.
-
EIO
public static final Errno EIO
Deprecated.
-
ENXIO
public static final Errno ENXIO
Deprecated.
-
E2BIG
public static final Errno E2BIG
Deprecated.
-
ENOEXEC
public static final Errno ENOEXEC
Deprecated.
-
EBADF
public static final Errno EBADF
Deprecated.
-
ECHILD
public static final Errno ECHILD
Deprecated.
-
EDEADLK
public static final Errno EDEADLK
Deprecated.
-
ENOMEM
public static final Errno ENOMEM
Deprecated.
-
EACCES
public static final Errno EACCES
Deprecated.
-
EFAULT
public static final Errno EFAULT
Deprecated.
-
ENOTBLK
public static final Errno ENOTBLK
Deprecated.
-
EBUSY
public static final Errno EBUSY
Deprecated.
-
EEXIST
public static final Errno EEXIST
Deprecated.
-
EXDEV
public static final Errno EXDEV
Deprecated.
-
ENODEV
public static final Errno ENODEV
Deprecated.
-
ENOTDIR
public static final Errno ENOTDIR
Deprecated.
-
EISDIR
public static final Errno EISDIR
Deprecated.
-
EINVAL
public static final Errno EINVAL
Deprecated.
-
ENFILE
public static final Errno ENFILE
Deprecated.
-
EMFILE
public static final Errno EMFILE
Deprecated.
-
ENOTTY
public static final Errno ENOTTY
Deprecated.
-
ETXTBSY
public static final Errno ETXTBSY
Deprecated.
-
EFBIG
public static final Errno EFBIG
Deprecated.
-
ENOSPC
public static final Errno ENOSPC
Deprecated.
-
ESPIPE
public static final Errno ESPIPE
Deprecated.
-
EROFS
public static final Errno EROFS
Deprecated.
-
EMLINK
public static final Errno EMLINK
Deprecated.
-
EPIPE
public static final Errno EPIPE
Deprecated.
-
EDOM
public static final Errno EDOM
Deprecated.
-
ERANGE
public static final Errno ERANGE
Deprecated.
-
EWOULDBLOCK
public static final Errno EWOULDBLOCK
Deprecated.
-
EAGAIN
public static final Errno EAGAIN
Deprecated.
-
EINPROGRESS
public static final Errno EINPROGRESS
Deprecated.
-
EALREADY
public static final Errno EALREADY
Deprecated.
-
ENOTSOCK
public static final Errno ENOTSOCK
Deprecated.
-
EDESTADDRREQ
public static final Errno EDESTADDRREQ
Deprecated.
-
EMSGSIZE
public static final Errno EMSGSIZE
Deprecated.
-
EPROTOTYPE
public static final Errno EPROTOTYPE
Deprecated.
-
ENOPROTOOPT
public static final Errno ENOPROTOOPT
Deprecated.
-
EPROTONOSUPPORT
public static final Errno EPROTONOSUPPORT
Deprecated.
-
ESOCKTNOSUPPORT
public static final Errno ESOCKTNOSUPPORT
Deprecated.
-
EOPNOTSUPP
public static final Errno EOPNOTSUPP
Deprecated.
-
EPFNOSUPPORT
public static final Errno EPFNOSUPPORT
Deprecated.
-
EAFNOSUPPORT
public static final Errno EAFNOSUPPORT
Deprecated.
-
EADDRINUSE
public static final Errno EADDRINUSE
Deprecated.
-
EADDRNOTAVAIL
public static final Errno EADDRNOTAVAIL
Deprecated.
-
ENETDOWN
public static final Errno ENETDOWN
Deprecated.
-
ENETUNREACH
public static final Errno ENETUNREACH
Deprecated.
-
ENETRESET
public static final Errno ENETRESET
Deprecated.
-
ECONNABORTED
public static final Errno ECONNABORTED
Deprecated.
-
ECONNRESET
public static final Errno ECONNRESET
Deprecated.
-
ENOBUFS
public static final Errno ENOBUFS
Deprecated.
-
EISCONN
public static final Errno EISCONN
Deprecated.
-
ENOTCONN
public static final Errno ENOTCONN
Deprecated.
-
ESHUTDOWN
public static final Errno ESHUTDOWN
Deprecated.
-
ETOOMANYREFS
public static final Errno ETOOMANYREFS
Deprecated.
-
ETIMEDOUT
public static final Errno ETIMEDOUT
Deprecated.
-
ECONNREFUSED
public static final Errno ECONNREFUSED
Deprecated.
-
ELOOP
public static final Errno ELOOP
Deprecated.
-
ENAMETOOLONG
public static final Errno ENAMETOOLONG
Deprecated.
-
EHOSTDOWN
public static final Errno EHOSTDOWN
Deprecated.
-
EHOSTUNREACH
public static final Errno EHOSTUNREACH
Deprecated.
-
ENOTEMPTY
public static final Errno ENOTEMPTY
Deprecated.
-
EUSERS
public static final Errno EUSERS
Deprecated.
-
EDQUOT
public static final Errno EDQUOT
Deprecated.
-
ESTALE
public static final Errno ESTALE
Deprecated.
-
EREMOTE
public static final Errno EREMOTE
Deprecated.
-
ENOLCK
public static final Errno ENOLCK
Deprecated.
-
ENOSYS
public static final Errno ENOSYS
Deprecated.
-
EOVERFLOW
public static final Errno EOVERFLOW
Deprecated.
-
EIDRM
public static final Errno EIDRM
Deprecated.
-
ENOMSG
public static final Errno ENOMSG
Deprecated.
-
EILSEQ
public static final Errno EILSEQ
Deprecated.
-
EBADMSG
public static final Errno EBADMSG
Deprecated.
-
EMULTIHOP
public static final Errno EMULTIHOP
Deprecated.
-
ENODATA
public static final Errno ENODATA
Deprecated.
-
ENOLINK
public static final Errno ENOLINK
Deprecated.
-
ENOSR
public static final Errno ENOSR
Deprecated.
-
ENOSTR
public static final Errno ENOSTR
Deprecated.
-
EPROTO
public static final Errno EPROTO
Deprecated.
-
ETIME
public static final Errno ETIME
Deprecated.
-
__UNKNOWN_CONSTANT__
public static final Errno __UNKNOWN_CONSTANT__
Deprecated.
-
-
Method Detail
-
values
public static Errno[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Errno c : Errno.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Errno valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
description
public final String description()
Deprecated.
-
valueOf
public static final Errno valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-