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 classZError.CtxTerminatedExceptionstatic classZError.InstantiationExceptionstatic classZError.IOException
-
Field Summary
Fields Modifier and Type Field Description static intEACCESSstatic intEADDRINUSEstatic intEADDRNOTAVAILstatic intEAFNOSUPPORTstatic intEAGAINstatic intECANCELEDstatic intECONNABORTEDstatic intECONNREFUSEDstatic intECONNRESETstatic intEFAULTstatic intEFSMstatic intEHOSTUNREACHstatic intEINPROGRESSstatic intEINTRstatic intEINVALstatic intEIOEXCstatic intEISCONNstatic intEMFILEstatic intEMSGSIZEstatic intEMTHREADstatic intENETDOWNstatic intENETRESETstatic intENETUNREACHstatic intENOBUFSstatic intENOCOMPATPROTOstatic intENOENTstatic intENOTCONNstatic intENOTSOCKstatic intENOTSUPstatic intEPROTOstatic intEPROTONOSUPPORTstatic intESOCKETstatic intETERMstatic intETIMEDOUTprivate static intZMQ_HAUSNUMERO
-
Constructor Summary
Constructors Modifier Constructor Description privateZError()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intexccode(java.io.IOException e)static java.lang.StringtoString(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
-
ECANCELED
public static final int ECANCELED
- 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
-
-