Package org.openqa.selenium
Class UnableToSetCookieException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.WebDriverException
-
- org.openqa.selenium.UnableToSetCookieException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnableToSetCookieException extends WebDriverException
Thrown when a driver fails to set a cookie.
-
-
Field Summary
-
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
-
Constructor Summary
Constructors Constructor Description UnableToSetCookieException()
UnableToSetCookieException(java.lang.String message)
UnableToSetCookieException(java.lang.String message, java.lang.Throwable cause)
UnableToSetCookieException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
-
-
-
Constructor Detail
-
UnableToSetCookieException
public UnableToSetCookieException()
-
UnableToSetCookieException
public UnableToSetCookieException(java.lang.String message)
-
UnableToSetCookieException
public UnableToSetCookieException(java.lang.Throwable cause)
-
UnableToSetCookieException
public UnableToSetCookieException(java.lang.String message, java.lang.Throwable cause)
-
-