org.zeromq
Class ZMQException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zeromq.ZMQException
All Implemented Interfaces:
Serializable

public class ZMQException
extends RuntimeException

ZeroMQ runtime exception.

Author:
Alois Belaska
See Also:
Serialized Form

Constructor Summary
ZMQException(String message, int errorCode)
           
 
Method Summary
 int getErrorCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZMQException

public ZMQException(String message,
                    int errorCode)
Method Detail

getErrorCode

public int getErrorCode()
Returns:
error code

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2013. All Rights Reserved.