org.openqa.selenium.remote
Class ErrorHandler.UnknownServerException

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 org.openqa.selenium.remote.ErrorHandler.UnknownServerException
All Implemented Interfaces:
Serializable
Enclosing class:
ErrorHandler

public static class ErrorHandler.UnknownServerException
extends WebDriverException

Exception used as a place holder if the server returns an error without a stack trace.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openqa.selenium.WebDriverException
DRIVER_INFO, SESSION_ID
 
Method Summary
 
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getBuildInformation, getDriverInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation, setSessionId
 
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
 



Copyright © 2012. All Rights Reserved.