org.eclipse.ohf.wado.client
Class WADOException

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

public class WADOException
extends java.lang.Exception

This is a general WADO exception class.

Author:
Yossi Mesika
See Also:
Serialized Form

Constructor Summary
WADOException(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

WADOException

public WADOException(java.lang.String msg)