li.rudin.arduino.api.exception.NotConnectedException Maven / Gradle / Ivy
The newest version!
package li.rudin.arduino.api.exception;
public class NotConnectedException extends RuntimeException
{
/**
*
*/
private static final long serialVersionUID = -8638846549844637306L;
public NotConnectedException(String message)
{
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy