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

dev.cookiecode.rika2mqtt.rika.firenet.exception.CouldNotAuthenticateToRikaFirenetException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/*
 * Copyright (c) 2023 Sebastien Vermeille and contributors.
 *
 * Use of this source code is governed by an MIT
 * license that can be found in the LICENSE file or at
 * https://opensource.org/licenses/MIT.
 */

package dev.cookiecode.rika2mqtt.rika.firenet.exception;

/**
 * @author Sebastien Vermeille
 */
public class CouldNotAuthenticateToRikaFirenetException extends RikaFirenetException {

  public CouldNotAuthenticateToRikaFirenetException(final String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy