org.edg.data.reptor.catalog
Class SurlDoesNotExistException

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

public class SurlDoesNotExistException
extends ReplicaManagerException

Exception to be thrown if the SURL does not exist.

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

Constructor Summary
SurlDoesNotExistException(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

SurlDoesNotExistException

public SurlDoesNotExistException(java.net.URI surl)