Package org.zeromq
Class ZMQException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zeromq.UncheckedZMQException
-
- org.zeromq.ZMQException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZMQException extends UncheckedZMQException
- See Also:
- Serialized Form
-
-
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()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
code
private final int code
-
-