Package zmq
Class ZError.InstantiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zeromq.UncheckedZMQException
-
- zmq.ZError.InstantiationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ZError
public static class ZError.InstantiationException extends UncheckedZMQException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InstantiationException(java.lang.String message)
InstantiationException(java.lang.String message, java.lang.Throwable cause)
InstantiationException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-