Package org.zeromq

Class UncheckedZMQException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ZError.CtxTerminatedException, ZError.InstantiationException, ZError.IOException, ZMQException

public abstract class UncheckedZMQException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • UncheckedZMQException

      public UncheckedZMQException()
    • UncheckedZMQException

      public UncheckedZMQException(String message)
    • UncheckedZMQException

      public UncheckedZMQException(Throwable cause)
    • UncheckedZMQException

      public UncheckedZMQException(String message, Throwable cause)