com.opera.core.systems.scope.exceptions
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openqa.selenium.WebDriverException
                  extended by com.opera.core.systems.scope.exceptions.CommunicationException
All Implemented Interfaces:
java.io.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

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

CommunicationException

public CommunicationException()
Creates a new instance of CommunicationException without detail message.


CommunicationException

public CommunicationException(java.lang.String msg)
Constructs an instance of CommunicationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2011. All Rights Reserved.