public class ZMQException extends UncheckedZMQException
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static long |
serialVersionUID |
Constructor and Description |
---|
ZMQException(int errno) |
ZMQException(java.lang.String message,
int errno) |
ZMQException(java.lang.String message,
int errno,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
java.lang.String |
toString() |
private static final long serialVersionUID
private final int code