org.edg.data.reptor.info
Class NotInInfoServiceException

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.NotInInfoServiceException
All Implemented Interfaces:
java.io.Serializable

public class NotInInfoServiceException
extends InfoServiceException

Thrown if an item cannot be found in the IS

Version:
$Id: NotInInfoServiceException.java,v 1.1 2003/05/07 19:22:25 pkunszt Exp $
Author:
Peter Kunszt
See Also:
Serialized Form

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

NotInInfoServiceException

public NotInInfoServiceException(java.lang.String s)

NotInInfoServiceException

public NotInInfoServiceException(java.lang.Exception e)