org.LexGrid.LexBIG.caCore.web.exceptions
Class WebQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.LexGrid.LexBIG.caCore.web.exceptions.WebQueryException
All Implemented Interfaces:
Serializable

public class WebQueryException
extends Exception

See Also:
Serialized Form

Constructor Summary
WebQueryException(String message)
           
WebQueryException(String message, Throwable e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebQueryException

public WebQueryException(String message,
                         Throwable e)

WebQueryException

public WebQueryException(String message)