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

com.browserstack.client.exception.BrowserStackAuthException Maven / Gradle / Ivy

The newest version!
package com.browserstack.client.exception;


public class BrowserStackAuthException extends BrowserStackException {

    public BrowserStackAuthException(String message, int statusCode) {
        super(message, statusCode);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy