![JAR search and dependency download from the Maven repository](/logo.png)
org.phoenix.exception.PhoenixWebDriverException Maven / Gradle / Ivy
package org.phoenix.exception;
public class PhoenixWebDriverException extends Exception{
/**
*
*/
private static final long serialVersionUID = 1L;
public PhoenixWebDriverException() {
super("操作发生异常");
}
public PhoenixWebDriverException(String message) {
super(message);
}
public PhoenixWebDriverException(Throwable cause) {
super(cause);
}
public PhoenixWebDriverException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy