package com.distantfuture.castcompanionlibrary.lib.cast.exceptions; /** * Is used to indicate that the connectivity to the cast device is not there. User needs to take * manual steps to fix this issue. */ public class NoConnectionException extends Exception { }