Skip to content

Commit 74914ed

Browse files
committed
[java] Deprecating an unused exception class
1 parent 7a01fd8 commit 74914ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/client/src/org/openqa/selenium/firefox/NotConnectedException.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
import java.io.IOException;
2121
import java.net.URL;
2222

23+
/**
24+
* @deprecated Unused exception class. To be removed in 4.0
25+
*/
26+
@Deprecated
2327
public class NotConnectedException extends IOException {
2428
public NotConnectedException(URL url, long timeToWaitInMilliSeconds, String consoleOutput) {
2529
super(getMessage(url, timeToWaitInMilliSeconds, consoleOutput));

0 commit comments

Comments
 (0)