org.edg.data.reptor.catalog
Class SurlDoesNotExistException

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

public class SurlDoesNotExistException
extends ReptorException

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)