org.zeromq
类 ZMQException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.zeromq.ZMQException
所有已实现的接口:
java.io.Serializable

public class ZMQException
extends java.lang.RuntimeException

ZeroMQ runtime exception.

另请参见:
序列化表格

构造方法摘要
ZMQException(java.lang.String message, int errorCode)
           
ZMQException(ZMQException cause)
           
 
方法摘要
 int getErrorCode()
           
 java.lang.String toString()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ZMQException

public ZMQException(java.lang.String message,
                    int errorCode)

ZMQException

public ZMQException(ZMQException cause)
方法详细信息

getErrorCode

public int getErrorCode()
返回:
error code

toString

public java.lang.String toString()
覆盖:
java.lang.Throwable 中的 toString