org.edg.data.reptor.storage
Class DestinationExistsException

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

public class DestinationExistsException
extends ReptorException

TODO: description

Version:
$Id: DestinationExistsException.java,v 1.1 2003/04/22 09:49:23 pkunszt Exp $
Author:
Peter Kunszt
See Also:
Serialized Form

Constructor Summary
DestinationExistsException(java.net.URI uri)
           
 
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

DestinationExistsException

public DestinationExistsException(java.net.URI uri)