Class ImeActivationFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ImeActivationFailedException
    extends WebDriverException
    Deprecated.
    Will be removed. IME is not part of W3C WebDriver and does not work on browsers.
    Indicates that activating an IME engine has failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImeActivationFailedException

        public ImeActivationFailedException​(java.lang.String message)
        Deprecated.
      • ImeActivationFailedException

        public ImeActivationFailedException​(java.lang.String message,
                                            java.lang.Throwable cause)
        Deprecated.