AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation.exception
Class AgentNotReachableException

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

public class AgentNotReachableException
extends java.lang.Exception

Signals that the agent in the device is not reachable.

See Also:
Serialized Form

Constructor Summary
AgentNotReachableException()
          Constructs a AgentNotReachableException with null as its error message.
AgentNotReachableException(java.lang.String arg0)
          Constructs a AgentNotReachableException with arg0 as its error message.
 
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

AgentNotReachableException

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


AgentNotReachableException

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

Parameters:
arg0 - the error message.

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.