public class ContextTerminatedException extends ZMQRuntimeException
ETERM error code in libzmq.| Constructor and Description |
|---|
ContextTerminatedException(String message,
org.zeromq.ZMQException cause)
Constructor, with ZMQException cause.
|
ContextTerminatedException(org.zeromq.ZMQException cause)
Constructor, with ZMQException cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ContextTerminatedException(String message, org.zeromq.ZMQException cause)
message - The error messagecause - The underlying causepublic ContextTerminatedException(org.zeromq.ZMQException cause)
cause - The underlying causeCopyright © 2019. All rights reserved.