AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation.exception
Class ModelNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.adventnet.wifi.mediation.exception.ModelNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ModelNotSupportedException
extends java.lang.Exception

This exception is thrown when the specified vendor and model of the device is not supported by the Mediation Server.

See Also:
Serialized Form

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

ModelNotSupportedException

public ModelNotSupportedException()
Constructs a ModelNotSupportedException with null as its error message.


ModelNotSupportedException

public ModelNotSupportedException(java.lang.Throwable t)
Constructs a ModelNotSupportedException with its cause.

Parameters:
t - the throwable

ModelNotSupportedException

public ModelNotSupportedException(java.lang.String arg0)
Constructs a ModelNotSupportedException with arg0 as its error message.

Parameters:
arg0 - the error message.

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.