Package io.sisu.nng

Class NngException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NngException
    extends java.lang.Exception
    Wrapper around nng error messages. TODO: provide ability to easily distinguish between common error types (e.g. timeout).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NngException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • NngException

        public NngException​(java.lang.String message)