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.
- 另请参见:
- 序列化表格
| 从类 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