Package zmq
Class ZError
- java.lang.Object
-
- zmq.ZError
-
public class ZError extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ZError.CtxTerminatedException
static class
ZError.InstantiationException
static class
ZError.IOException
-
Field Summary
Fields Modifier and Type Field Description static int
EACCESS
static int
EADDRINUSE
static int
EADDRNOTAVAIL
static int
EAFNOSUPPORT
static int
EAGAIN
static int
ECONNABORTED
static int
ECONNREFUSED
static int
ECONNRESET
static int
EFAULT
static int
EFSM
static int
EHOSTUNREACH
static int
EINPROGRESS
static int
EINTR
static int
EINVAL
static int
EIOEXC
static int
EISCONN
static int
EMFILE
static int
EMSGSIZE
static int
EMTHREAD
static int
ENETDOWN
static int
ENETRESET
static int
ENETUNREACH
static int
ENOBUFS
static int
ENOCOMPATPROTO
static int
ENOENT
static int
ENOTCONN
static int
ENOTSOCK
static int
ENOTSUP
static int
EPROTO
static int
EPROTONOSUPPORT
static int
ESOCKET
static int
ETERM
static int
ETIMEDOUT
private static int
ZMQ_HAUSNUMERO
-
Constructor Summary
Constructors Modifier Constructor Description private
ZError()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
exccode(java.io.IOException e)
static java.lang.String
toString(int code)
-
-
-
Field Detail
-
ENOENT
public static final int ENOENT
- See Also:
- Constant Field Values
-
EINTR
public static final int EINTR
- See Also:
- Constant Field Values
-
EACCESS
public static final int EACCESS
- See Also:
- Constant Field Values
-
EFAULT
public static final int EFAULT
- See Also:
- Constant Field Values
-
EINVAL
public static final int EINVAL
- See Also:
- Constant Field Values
-
EAGAIN
public static final int EAGAIN
- See Also:
- Constant Field Values
-
EINPROGRESS
public static final int EINPROGRESS
- See Also:
- Constant Field Values
-
EPROTONOSUPPORT
public static final int EPROTONOSUPPORT
- See Also:
- Constant Field Values
-
ENOTSUP
public static final int ENOTSUP
- See Also:
- Constant Field Values
-
EADDRINUSE
public static final int EADDRINUSE
- See Also:
- Constant Field Values
-
EADDRNOTAVAIL
public static final int EADDRNOTAVAIL
- See Also:
- Constant Field Values
-
ENETDOWN
public static final int ENETDOWN
- See Also:
- Constant Field Values
-
ENOBUFS
public static final int ENOBUFS
- See Also:
- Constant Field Values
-
EISCONN
public static final int EISCONN
- See Also:
- Constant Field Values
-
ENOTCONN
public static final int ENOTCONN
- See Also:
- Constant Field Values
-
ECONNREFUSED
public static final int ECONNREFUSED
- See Also:
- Constant Field Values
-
EHOSTUNREACH
public static final int EHOSTUNREACH
- See Also:
- Constant Field Values
-
ZMQ_HAUSNUMERO
private static final int ZMQ_HAUSNUMERO
- See Also:
- Constant Field Values
-
ENOTSOCK
public static final int ENOTSOCK
- See Also:
- Constant Field Values
-
EMSGSIZE
public static final int EMSGSIZE
- See Also:
- Constant Field Values
-
EAFNOSUPPORT
public static final int EAFNOSUPPORT
- See Also:
- Constant Field Values
-
ENETUNREACH
public static final int ENETUNREACH
- See Also:
- Constant Field Values
-
ECONNABORTED
public static final int ECONNABORTED
- See Also:
- Constant Field Values
-
ECONNRESET
public static final int ECONNRESET
- See Also:
- Constant Field Values
-
ETIMEDOUT
public static final int ETIMEDOUT
- See Also:
- Constant Field Values
-
ENETRESET
public static final int ENETRESET
- See Also:
- Constant Field Values
-
EFSM
public static final int EFSM
- See Also:
- Constant Field Values
-
ENOCOMPATPROTO
public static final int ENOCOMPATPROTO
- See Also:
- Constant Field Values
-
ETERM
public static final int ETERM
- See Also:
- Constant Field Values
-
EMTHREAD
public static final int EMTHREAD
- See Also:
- Constant Field Values
-
EIOEXC
public static final int EIOEXC
- See Also:
- Constant Field Values
-
ESOCKET
public static final int ESOCKET
- See Also:
- Constant Field Values
-
EMFILE
public static final int EMFILE
- See Also:
- Constant Field Values
-
EPROTO
public static final int EPROTO
- See Also:
- Constant Field Values
-
-