Class ServerConnectivityException

  • java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerConnectivityException()
      Create a new instance of ServerConnectivityException without a detail message or cause.
      ServerConnectivityException​(java.lang.String message)
      Create a new instance of ServerConnectivityException with a detail message
      ServerConnectivityException​(java.lang.String message, java.lang.Throwable cause)
      Create a new instance of ServerConnectivityException with a detail message and cause
      ServerConnectivityException​(java.lang.Throwable cause)
      Create a new instance of ServerConnectivityException with a 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

      • ServerConnectivityException

        public ServerConnectivityException()
        Create a new instance of ServerConnectivityException without a detail message or cause.
      • ServerConnectivityException

        public ServerConnectivityException​(java.lang.String message)
        Create a new instance of ServerConnectivityException with a detail message
        Parameters:
        message - the detail message
      • ServerConnectivityException

        public ServerConnectivityException​(java.lang.String message,
                                           java.lang.Throwable cause)
        Create a new instance of ServerConnectivityException with a detail message and cause
        Parameters:
        message - the detail message
        cause - the cause
      • ServerConnectivityException

        public ServerConnectivityException​(java.lang.Throwable cause)
        Create a new instance of ServerConnectivityException with a cause
        Parameters:
        cause - the cause