Package org.openqa.selenium.firefox
Class NotConnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.openqa.selenium.firefox.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.
-