org.edg.data.reptor.info
Class RGMAQueryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.reptor.ReptorException
                          |
                          +--org.edg.data.reptor.info.InfoServiceException
                                |
                                +--org.edg.data.reptor.info.RGMAQueryException
All Implemented Interfaces:
java.io.Serializable

public class RGMAQueryException
extends InfoServiceException

An InfoServiceException for RGMA queries.

Version:
$Id: RGMAQueryException.java,v 1.1 2003/06/18 17:41:58 pkunszt Exp $
Author:
Peter Kunszt
See Also:
Serialized Form

Constructor Summary
RGMAQueryException(java.lang.Exception e)
           
RGMAQueryException(java.lang.String s)
           
 
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

RGMAQueryException

public RGMAQueryException(java.lang.String s)

RGMAQueryException

public RGMAQueryException(java.lang.Exception e)