Class NotConnectedException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class NotConnectedException
    extends java.io.IOException
    Deprecated.
    Unused exception class. To be removed in 4.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotConnectedException​(java.net.URL url, long timeToWaitInMilliSeconds, java.lang.String consoleOutput)
      Deprecated.
       
    • 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

      • NotConnectedException

        public NotConnectedException​(java.net.URL url,
                                     long timeToWaitInMilliSeconds,
                                     java.lang.String consoleOutput)
        Deprecated.