org.openqa.selenium
Class InvalidCookieDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.InvalidCookieDomainException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidCookieDomainException
- extends WebDriverException
Thrown when attempting to add a cookie under a different domain than the current URL.
- See Also:
WebDriver.Options.addCookie(Cookie)
,
Serialized Form
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 |
InvalidCookieDomainException
public InvalidCookieDomainException()
InvalidCookieDomainException
public InvalidCookieDomainException(java.lang.String message)
InvalidCookieDomainException
public InvalidCookieDomainException(java.lang.Throwable cause)
InvalidCookieDomainException
public InvalidCookieDomainException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2011. All Rights Reserved.