org.edg.data.reptor.catalog
Class SurlExistsException

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

public class SurlExistsException
extends ReptorException

exception to be thrown if an SURL already exists

Version:
$ Id:$
Author:
James Casey
See Also:
Serialized Form

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

SurlExistsException

public SurlExistsException(java.net.URI surl)