Class Errors.NativeConnectException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Errors

    static final class Errors.NativeConnectException
    extends java.net.ConnectException
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeConnectException​(java.lang.String method, int expectedErr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int expectedErr()  
      • 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
    • Field Detail

      • expectedErr

        private final int expectedErr
    • Constructor Detail

      • NativeConnectException

        NativeConnectException​(java.lang.String method,
                               int expectedErr)
    • Method Detail

      • expectedErr

        int expectedErr()