|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.esf.device.wifi.exception.WifiException com.esf.device.wifi.exception.WifiConfigurationException
public class WifiConfigurationException
Defined WiFi Configuration Exception
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |