org.edg.data.reptor.catalog
Class SurlExistsException

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

public class SurlExistsException
extends ReplicaManagerException

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)