public class ZMQException extends UncheckedZMQException
| Constructor and Description |
|---|
ZMQException(int errno) |
ZMQException(String message,
int errno) |
ZMQException(String message,
int errno,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ZMQException(int errno)
public ZMQException(String message, int errno)
Copyright © 2020. All rights reserved.