org.edg.data.reptor.catalog
Class GUIDExistsException

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

public class GUIDExistsException
extends ReptorException

TODO: description

Version:
$Id: GUIDExistsException.java,v 1.1 2003/04/22 09:48:13 pkunszt Exp $
Author:
Peter Kunszt
See Also:
Serialized Form

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

GUIDExistsException

public GUIDExistsException(java.net.URI guid)