Package org.zeromq

Class ZMQException

All Implemented Interfaces:
Serializable

public class ZMQException extends RuntimeException
ZeroMQ runtime exception.
See Also:
  • Constructor Details

    • ZMQException

      public ZMQException(String message, int errorCode)
  • Method Details

    • getErrorCode

      public int getErrorCode()
      Returns:
      error code
    • toString

      public String toString()
      Overrides:
      toString in class Throwable