com.browserstack.client.exception.BrowserStackAuthException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automate-client-java Show documentation
Show all versions of automate-client-java Show documentation
Java bindings for BrowserStack Automate REST API
The newest version!
package com.browserstack.client.exception;
public class BrowserStackAuthException extends BrowserStackException {
public BrowserStackAuthException(String message, int statusCode) {
super(message, statusCode);
}
}