public class ZMQException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
ZMQException.IOException |
Constructor and Description |
---|
ZMQException(int errno) |
ZMQException(String message,
int errno) |
ZMQException(ZMQException cause) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ZMQException(int errno)
public ZMQException(String message, int errno)
public ZMQException(ZMQException cause)
Copyright © 2021. All rights reserved.