com.opera.core.systems.scope.exceptions
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
com.opera.core.systems.scope.exceptions.CommunicationException
- All Implemented Interfaces:
- Serializable
public class CommunicationException
- extends org.openqa.selenium.WebDriverException
This event is to be used when the STP communication fails in an unrecoverable fashion -
connection has been closed.
- Author:
- Jan Vidar Krey (janv@opera.com)
- See Also:
- Serialized Form
| Methods inherited from class org.openqa.selenium.WebDriverException |
getBuildInformation, getDriverInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation |
CommunicationException
public CommunicationException()
- Creates a new instance of
CommunicationException without detail message.
CommunicationException
public CommunicationException(String msg)
- Constructs an instance of
CommunicationException with the specified detail
message.
- Parameters:
msg - the detail message.
Copyright © 2012. All Rights Reserved.