public class WifiConfigurationException extends WifiException
Constructor and Description |
---|
WifiConfigurationException()
Create an instance with no message about why the Exception was thrown.
|
WifiConfigurationException(java.lang.String msg)
Creates an instance with a message about why the Exception was thrown.
|
WifiConfigurationException(java.lang.String msg,
java.lang.Throwable e)
Creates an instance with a message about why the Exception was thrown.
|
public WifiConfigurationException()
public WifiConfigurationException(java.lang.String msg)
msg
- - detailed message explaining the reason for the Exception.public WifiConfigurationException(java.lang.String msg, java.lang.Throwable e)
msg
- - detailed message explaining the reason for the Exception.e
- - nested exception as Throwable
Copyright © 2009 Eurotech Inc. All rights reserved.