public class ZMQRuntimeException
extends org.zeromq.ZMQException
Constructor and Description |
---|
ZMQRuntimeException(String message,
int errorCode)
Constructor, with ZMQException cause.
|
ZMQRuntimeException(String message,
org.zeromq.ZMQException cause)
Constructor, with ZMQException cause.
|
ZMQRuntimeException(org.zeromq.ZMQException cause)
Constructor, with ZMQException cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ZMQRuntimeException(String message, int errorCode)
message
- The error messageerrorCode
- The original error codepublic ZMQRuntimeException(org.zeromq.ZMQException cause)
cause
- The underlying causepublic ZMQRuntimeException(String message, org.zeromq.ZMQException cause)
message
- The error messagecause
- The underlying causeCopyright © 2019. All rights reserved.