Class UnsupportedCommandException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedCommandException
    extends WebDriverException
    Used to indicate that a command used by the remote webdriver is unsupported.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedCommandException

        public UnsupportedCommandException()
      • UnsupportedCommandException

        public UnsupportedCommandException​(java.lang.String message)
      • UnsupportedCommandException

        public UnsupportedCommandException​(java.lang.Throwable cause)
      • UnsupportedCommandException

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