Package org.zeromq

Class ZMQException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int code  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ZMQException​(int errno)  
      ZMQException​(java.lang.String message, int errno)  
      ZMQException​(java.lang.String message, int errno, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • code

        private final int code
    • Constructor Detail

      • ZMQException

        public ZMQException​(int errno)
      • ZMQException

        public ZMQException​(java.lang.String message,
                            int errno)
      • ZMQException

        public ZMQException​(java.lang.String message,
                            int errno,
                            java.lang.Throwable cause)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable