org.eclipse.ohf.wado.client
Class WADOServerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ohf.wado.client.WADOException
              extended by org.eclipse.ohf.wado.client.WADOServerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class WADOServerNotFoundException
extends WADOException

This exception will be thrown if the WADO client was unable to connect to the WADO server.

Author:
Yossi Mesika
See Also:
Serialized Form

Constructor Summary
WADOServerNotFoundException(java.lang.String msg)
           
 
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

WADOServerNotFoundException

public WADOServerNotFoundException(java.lang.String msg)