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

com.testvagrant.monitor.exceptions.DeviceReleaseException Maven / Gradle / Ivy

The newest version!
package com.testvagrant.monitor.exceptions;

public class DeviceReleaseException extends Exception {

    public DeviceReleaseException(String udid) {
        super(String.format("Cannot release device with udid %s",udid));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy