Class NativeCommException

    • Constructor Summary

      Constructors 
      Constructor Description
      NativeCommException​(java.lang.String message)
      Constructor for NativeCommException.
      NativeCommException​(java.lang.String message, java.lang.Throwable cause)
      Constructor for NativeCommException.
    • 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

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

      • NativeCommException

        public NativeCommException​(java.lang.String message)
        Constructor for NativeCommException.
        Parameters:
        message - detail message
      • NativeCommException

        public NativeCommException​(java.lang.String message,
                                   java.lang.Throwable cause)
        Constructor for NativeCommException.
        Parameters:
        message - detail message
        cause - the cause