All Downloads are FREE. Search and download functionalities are using the official Maven repository.

website.automate.jwebrobot.exceptions.UnsupportedActionException Maven / Gradle / Ivy

package website.automate.jwebrobot.exceptions;

public class UnsupportedActionException extends RuntimeException {

    private static final long serialVersionUID = 1023855198434414630L;

    public UnsupportedActionException(String msg){
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy