org.edg.data.reptor.info
Class NotInInfoServiceException

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.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)