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

io.github.incplusplus.bigtoolbox.network.wlan.WiFiAdapterPoweredDownException Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package io.github.incplusplus.bigtoolbox.network.wlan;

public class WiFiAdapterPoweredDownException extends RuntimeException
{
	public static final String message = "The wireless local area network interface is powered down and doesn't support the requested operation";
	/**
	 * This is thrown when an action is attempted on a wireless network adapter
	 * which is not powered on.
	 */
	public WiFiAdapterPoweredDownException()
	{
		super("The wireless local area network interface is powered down and doesn't support the requested operation.");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy