/** * Copyright (c) 2010-2015, openHAB.org and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package de.quist.samy.remocon; /** * Copied from https://github.com/keremkusmezer/SamyGo-Android-Remote/tree/master/src/de/quist/samy/remocon, * since there is no binary build available anymore. Thanks to Tom Quist! * * @author Tom Quist */ @SuppressWarnings("serial") public class ConnectionDeniedException extends Exception { }