|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
com.opera.core.systems.scope.exceptions.CommunicationException
public class CommunicationException
This event is to be used when the STP communication fails in an unrecoverable fashion - connection has been closed.
| Constructor Summary | |
|---|---|
CommunicationException()
Creates a new instance of CommunicationException without detail message. |
|
CommunicationException(java.lang.String msg)
Constructs an instance of CommunicationException with the specified detail
message. |
|
| Method Summary |
|---|
| Methods inherited from class org.openqa.selenium.WebDriverException |
|---|
getBuildInformation, getDriverInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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 |
|---|
public CommunicationException()
CommunicationException without detail message.
public CommunicationException(java.lang.String msg)
CommunicationException with the specified detail
message.
msg - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||