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

io.github.zeroone3010.yahueapi.discovery.MDNSException Maven / Gradle / Ivy

The newest version!
package io.github.zeroone3010.yahueapi.discovery;

final class MDNSException extends RuntimeException {
  public MDNSException(final String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy