|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adventnet.wifi.mediation.exception.ModelNotSupportedException
This exception is thrown when the specified vendor and model of the device is not supported by the Mediation Server.
| Constructor Summary | |
ModelNotSupportedException()
Constructs a ModelNotSupportedException with
null as its error message. |
|
ModelNotSupportedException(java.lang.String arg0)
Constructs a ModelNotSupportedException with
arg0 as its error message. |
|
ModelNotSupportedException(java.lang.Throwable t)
Constructs a ModelNotSupportedException with
its cause. |
|
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ModelNotSupportedException()
ModelNotSupportedException with
null as its error message.
public ModelNotSupportedException(java.lang.Throwable t)
ModelNotSupportedException with
its cause.
t - the throwablepublic ModelNotSupportedException(java.lang.String arg0)
ModelNotSupportedException with
arg0 as its error message.
arg0 - the error message.
|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||