org.edg.data.reptor.info
Class RGMAQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.edg.data.util.DataException
              extended byorg.edg.data.reptor.ReplicaManagerException
                  extended byorg.edg.data.reptor.info.InfoServiceException
                      extended byorg.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)