Package io.sisu.nng
Class NngException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.sisu.nng.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)
-