Class NetException

    • Constructor Summary

      Constructors 
      Constructor Description
      NetException()  
      NetException​(java.lang.String msg)  
      NetException​(java.net.InetAddress address, int port, java.lang.Throwable cause)  
    • 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

      • NetException

        public NetException()
      • NetException

        public NetException​(java.lang.String msg)
      • NetException

        public NetException​(java.net.InetAddress address,
                            int port,
                            java.lang.Throwable cause)